Expand description
Intermediate representation for documentation generation
Structs§
- Deprecated
Info - Deprecation information
- DocAttribute
- A class attribute
- DocClass
- A class definition
- DocDefault
Expression - Default value expression with embedded type references
- DocFunction
- A function with all its overload signatures
- DocModule
- A single module’s documentation
- DocPackage
- Root documentation package structure
- DocParameter
- A function parameter
- DocSignature
- A single function signature
- DocSubmodule
- A reference to a submodule
- DocType
Alias - A type alias definition
- DocType
Expr - Type expression with separate display and link target
- DocType
Ref - Type reference within a default value expression
- DocVariable
- A module-level variable
- Link
Target - Link target information
Enums§
- DocDefault
Value - Default value that may contain type references
- DocItem
- A documented item (function, class, type alias, etc.)
- Item
Kind - Kind of documented item