💡 Mejora legibilidad de comentarios

This commit is contained in:
Manuel Cillero 2025-09-28 08:51:21 +02:00
parent af52de8149
commit d2a8a169e6
21 changed files with 74 additions and 68 deletions

View file

@ -29,7 +29,7 @@ impl AttrName {
AttrName::default().with_value(value)
}
// AttrName BUILDER ****************************************************************************
// **< AttrName BUILDER >***********************************************************************
/// Establece un nombre nuevo normalizando el valor.
#[builder_fn]
@ -39,7 +39,7 @@ impl AttrName {
self
}
// AttrName GETTERS ****************************************************************************
// **< AttrName GETTERS >***********************************************************************
/// Devuelve el nombre normalizado, si existe.
pub fn get(&self) -> Option<String> {