1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-23 13:17:44 +00:00

Hide some unnessecary symbols from the doc

This commit is contained in:
Joshua Goins 2023-09-22 18:34:24 -04:00
parent 80f80ac0f5
commit cece5936e8
2 changed files with 2 additions and 0 deletions

View file

@ -92,4 +92,5 @@ pub mod cfg;
mod crc; mod crc;
mod sha1; mod sha1;
#[doc(hidden)]
pub const PHYSIS_VERSION: &str = env!("CARGO_PKG_VERSION"); pub const PHYSIS_VERSION: &str = env!("CARGO_PKG_VERSION");

View file

@ -3,6 +3,7 @@
/// Creates a enum list of combined race identifiers. For example, (Hyur, Midlander, Male) becomes a new variant called HyurMidlanderMale. /// Creates a enum list of combined race identifiers. For example, (Hyur, Midlander, Male) becomes a new variant called HyurMidlanderMale.
#[macro_export] #[macro_export]
#[doc(hidden)]
macro_rules! define_race_enum { macro_rules! define_race_enum {
( (
pub enum $name:ident { pub enum $name:ident {