Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { // AggregateTypeDefaults print default values of aggregate types (default: false) // scope: Global AggregateTypeDefaults bool // EscapeMarkdown escapes special Markdown characters (such as | _ * and etc) (default: true) // scope: Markdown EscapeMarkdown bool // MarkdownIndent control the indentation of Markdown headers [available: 1, 2, 3, 4, 5] (default: 2) // scope: Markdown MarkdownIndent int // ShowRequired show "Required" column when generating Markdown (default: true) // scope: Markdown ShowRequired bool // SortByName sorted rendering of inputs and outputs (default: true) // scope: Global SortByName bool // SortInputsByRequired sort inputs by name and prints required inputs first (default: false) // scope: Global SortInputsByRequired bool }
Settings represents all settings
func NewSettings ¶ added in v0.7.0
func NewSettings() *Settings
NewSettings returns new instance of Settings
Click to show internal directories.
Click to hide internal directories.