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.
|
//! Dedicated server for Synvael.
|
||||||
//!
|
//!
|
||||||
//! The server handles the authoritative game simulation, including world
|
//! The server handles the authoritative game simulation, including world management, physics, and combat.
|
||||||
//! management, physics, and combat.
|
|
||||||
|
|
||||||
/// Entity components describing players and other world-streaming anchors.
|
/// Entity components describing players and other world-streaming anchors.
|
||||||
pub mod player;
|
pub mod player;
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
//! Shared types and logic for Synvael.
|
//! Shared types and logic for Synvael.
|
||||||
//!
|
//!
|
||||||
//! This crate contains data structures and constants that are used by both
|
//! This crate contains data structures and constants that are used by both the client and the server.
|
||||||
//! the client and the server.
|
|
||||||
|
|
||||||
pub mod generator;
|
pub mod generator;
|
||||||
pub mod save;
|
pub mod save;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue