Documentation ¶
Overview ¶
Package docgen contain the main functions to preprocess an AST and to write the documentation to the output file
Index ¶
Constants ¶
View Source
const ( // OutputTypeJSON represent the JSON output type OutputTypeJSON = OutputType("json") // OutputTypeMD represent the MarkDown output type OutputTypeMD = OutputType("md") )
Variables ¶
View Source
var ErrorWrongOutputFormat = fmt.Errorf("wrong output format")
ErrorWrongOutputFormat means that the used specified an output format which we don't support
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.