Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // MatchingTags is a list of tags (exported, unexported, deprecated, etc.) and if the // documentation page or section does not match at least one of them, it will be omitted. MatchingTags []protocol.Tag // Emit raw JSON representation of pages. JSON bool // Emit Markdown representation of pages. Markdown bool // Emit metadata in markdown (search keys, tags, etc.) MarkdownMetadata bool }
Click to show internal directories.
Click to hide internal directories.