Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶ added in v0.37.0
type Options struct { // Parameters for man generation. By default use (1) section and `FrostFS` source. ManHeader *doc.GenManHeader // TypeFlag is the flag to use for type, without leading `--`. // Do not use unless really necessary. // Default: `type`. TypeFlag string // DepthFlag is the flag to use for depth, without leading `--`. // Do not use unless really necessary. // Default: `depth`. DepthFlag string // ExtensionFlag is the flag to use for extension, without leading `--`. // Do not use unless really necessary. // Default: `extension`. ExtensionFlag string }
Options for doc generation.
Click to show internal directories.
Click to hide internal directories.