💡 Mejora legibilidad de comentarios

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

View file

@ -97,7 +97,7 @@ extern crate self as pagetop;
use std::collections::HashMap;
use std::ops::Deref;
// RE-EXPORTED *************************************************************************************
// **< RE-EXPORTED >********************************************************************************
pub use pagetop_macros::{builder_fn, html, main, test, AutoDefault};
@ -136,7 +136,7 @@ pub type UniqueId = std::any::TypeId;
/// antes en la ordenación.
pub type Weight = i8;
// API *********************************************************************************************
// **< API >****************************************************************************************
// Macros y funciones útiles.
pub mod util;
@ -163,6 +163,6 @@ pub mod base;
// Prepara y ejecuta la aplicación.
pub mod app;
// PRELUDE *****************************************************************************************
// **< PRELUDE >************************************************************************************
pub mod prelude;