Expand description
The documentation analyzers.
Re-exports§
pub use tidy::*;
Modules§
- tidy
- The documentation models for tidy.
Structs§
- DocString
- The documentation string of an item
- Param
DocsT - Describes a function parameter.
- Signature
DocsT - Describes a primary function signature.
- VarDoc
- The documentation string of a variable associated with some item.
- VarDocsT
- Describes a primary pattern binding.
Enums§
- DefDocsT
- Documentation about a definition.
Functions§
- format_
ty - Formats the type.
Type Aliases§
- DefDocs
- Documentation about a definition.
- Param
Docs - Documentation about a parameter.
- Signature
Docs - Documentation about a signature.
- Typeless
Param Docs - Documentation about a parameter (without type information).
- Untyped
DefDocs - Documentation about a definition (without type information).
- Untyped
Signature Docs - Documentation about a signature.
- Untyped
VarDocs - Documentation about a variable (without type information).
- VarDocs
- Documentation about a variable.