| Class | Description |
|---|---|
| CodeBlock |
Represents code block content.
|
| ContentElement |
Represents the content in a document that could be at either file level or section level.
|
| FileInclusion |
Represents Docgen file inclusion instruction.
|
| Instruction |
Represents Docgen instructions other than file inclusion:
(== code arg ==)
|
| SectionHeader |
Represent the header of a section.
|
| SourceParser |
Parser that parses given Markdown source into
SourceElement structure. |
| SourceRoot |
Root of the Markdown source structure based on Markdown heading levels.
|
| SourceSection |
Represents section in Markdown content based on Markdown header boundary.
|
| SourceVisitor |
Base visitor which defines the logic to visit
SourceElement. |
| Text |
Represents text content.
|