💡 Mejora legibilidad de comentarios
This commit is contained in:
parent
2ac3c2a9c4
commit
31435f30d3
21 changed files with 74 additions and 68 deletions
|
|
@ -52,7 +52,7 @@ impl Favicon {
|
|||
Favicon::default()
|
||||
}
|
||||
|
||||
// Favicon BUILDER *****************************************************************************
|
||||
// **< Favicon BUILDER >************************************************************************
|
||||
|
||||
/// Le añade un icono genérico apuntando a `image`. El tipo MIME se infiere automáticamente a
|
||||
/// partir de la extensión.
|
||||
|
|
@ -152,6 +152,8 @@ impl Favicon {
|
|||
self
|
||||
}
|
||||
|
||||
// **< Favicon RENDER >*************************************************************************
|
||||
|
||||
/// Renderiza el **Favicon** completo con todas las etiquetas declaradas.
|
||||
///
|
||||
/// El parámetro `Context` se acepta por coherencia con el resto de *assets*, aunque en este
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue