diff --git a/pco/src/data_types/mod.rs b/pco/src/data_types/mod.rs index 37ad0c9a..0e58eff0 100644 --- a/pco/src/data_types/mod.rs +++ b/pco/src/data_types/mod.rs @@ -77,7 +77,7 @@ pub(crate) trait Float: fn from_latent_numerical(l: Self::L) -> Self; } -/// *unstable API* Trait for data types that behave like unsigned integers. +/// **unstable API** Trait for data types that behave like unsigned integers. /// /// This is used extensively in `pco` to guarantee that bitwise /// operations like `>>` and `|=` are available and that certain properties @@ -132,7 +132,7 @@ pub trait Latent: } } -/// *unstable API* Trait for data types supported for compression/decompression. +/// **unstable API** Trait for data types supported for compression/decompression. /// /// If you have a new data type you would like to add to the library or, /// these are the questions you need to answer: diff --git a/pco/src/macros.rs b/pco/src/macros.rs index 19fb58e1..27c351a1 100644 --- a/pco/src/macros.rs +++ b/pco/src/macros.rs @@ -2,7 +2,7 @@ dtype_dispatch::build_dtype_macros!( #[doc = "\ - Defines enums holding a container generic to `Number`. + **unstable API** Defines enums holding a container generic to `Number`. "] #[doc = "\ You'll only want to use this if you're using pco's low level APIs. @@ -37,14 +37,6 @@ dtype_dispatch::build_dtype_macros!( ); dtype_dispatch::build_dtype_macros!( - #[doc = "\ - Defines enums holding a container generic to `Latent`. - "] - #[doc = "\ - You'll only want to use this if you're using pco's low level APIs. - See the dtype_dispatch crate for more details. - "] - #[macro_export] define_latent_enum, #[doc = "\