docs(workspace): unwrap pre-wrapped module doc comments
This commit is contained in:
parent
2891ff1feb
commit
eefc9a2a5a
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
//! Dedicated server for Synvael.
|
||||
//!
|
||||
//! The server handles the authoritative game simulation, including world
|
||||
//! management, physics, and combat.
|
||||
//! The server handles the authoritative game simulation, including world management, physics, and combat.
|
||||
|
||||
/// Entity components describing players and other world-streaming anchors.
|
||||
pub mod player;
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
//! Shared types and logic for Synvael.
|
||||
//!
|
||||
//! This crate contains data structures and constants that are used by both
|
||||
//! the client and the server.
|
||||
//! This crate contains data structures and constants that are used by both the client and the server.
|
||||
|
||||
pub mod generator;
|
||||
pub mod save;
|
||||
|
|
|
|||
Loading…
Reference in a new issue