💡 Mejora legibilidad de comentarios
This commit is contained in:
parent
2ac3c2a9c4
commit
31435f30d3
21 changed files with 74 additions and 68 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue