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ยง
- contract_
inheritance ๐ - deployments ๐
- git_
source ๐ - infer_
hyperlinks ๐ - inheritdoc ๐
Structsยง
- The preprocessor id.
Enumsยง
- Preprocessor output. Wraps all existing preprocessor outputs in a single abstraction.
Traitsยง
- Trait for preprocessing and/or modifying existing documents before writing the to disk.