Expand description
Documentation generation
This module implements AST analysis, data preparation, and documentation generation.
Structsยง
- Context
- Doc
- Documentation generated for a syntax tree.
- Module
Item - Documentation for a module.
- Package
Item - Documentation for a package.
- Param
Item - Documentation for a parameter.
- Port
Item - Documentation for a port.
- RawDoc
- Raw documentation information.
- Renderer
- A HTML renderer.
- Scope
- A documentation nesting level.
- Type
Item - Documentation for a type.
- VarItem
- Documentation for a variable.