# Functions
GenMan will generate a man page for the given command and write it to w.
GenManTree will generate a man page for this command and all descendants in the directory given.
GenManTreeFromOpts generates a man page for the command and all descendants.
GenMarkdown creates markdown output.
GenMarkdownCustom creates custom markdown output.
GenMarkdownTree will generate a markdown page for this command and all descendants in the directory given.
GenMarkdownTreeCustom is the same as GenMarkdownTree, but with custom filePrepender and linkHandler.
GenReST creates reStructured Text output.
GenReSTCustom creates custom reStructured Text output.
GenReSTTree will generate a ReST page for this command and all descendants in the directory given.
GenReSTTreeCustom is the same as GenReSTTree, but with custom filePrepender and linkHandler.
GenYaml creates yaml output.
GenYamlCustom creates custom yaml output.
GenYamlTree creates yaml structured ref files for this command and all descendants in the directory given.
GenYamlTreeCustom creates yaml structured ref files.
# Structs
GenManHeader is a lot like the .TH header at the start of man pages.
GenManTreeOptions is the options for generating the man pages.