Docs.rs comments
Comments for generating the docs with cargo doc
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
//! This module aggregates and re-exports all individual page components of the application.
|
||||
//!
|
||||
//! Each sub-module within `pages` typically represents a distinct view or section
|
||||
//! of the user interface, such as authentication, ticket management, or user profiles.
|
||||
//!
|
||||
//! By re-exporting them here, other parts of the application can import page
|
||||
//! components more conveniently using `crate::pages::*`.
|
||||
pub mod basic_pages;
|
||||
pub mod setup;
|
||||
pub mod sidebar;
|
||||
|
||||
Reference in New Issue
Block a user