Expand description
Module containing documentation preprocessors.
Re-exports§
pub use contract_inheritance::ContractInheritance;
pub use contract_inheritance::CONTRACT_INHERITANCE_ID;
pub use inheritdoc::Inheritdoc;
pub use inheritdoc::INHERITDOC_ID;
pub use infer_hyperlinks::InferInlineHyperlinks;
pub use infer_hyperlinks::INFER_INLINE_HYPERLINKS_ID;
pub use git_source::GitSource;
pub use git_source::GIT_SOURCE_ID;
pub use deployments::Deployment;
pub use deployments::Deployments;
pub use deployments::DEPLOYMENTS_ID;
Modules§
Structs§
- Preprocessor
Id - The preprocessor id.
Enums§
- Preprocessor
Output - Preprocessor output. Wraps all existing preprocessor outputs in a single abstraction.
Traits§
- Preprocessor
- Trait for preprocessing and/or modifying existing documents before writing the to disk.