Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManDocBookXml ¶
type ManDocBookXml struct { Name string `xml:"refnamediv>refname"` Purpose string `xml:"refnamediv>refpurpose"` CmdSynopsis synopsis.CmdSynopsis `xml:"refsynopsisdiv>cmdsynopsis"` Sections []*section.Section `xml:"refsect1"` }
http://tdg.docbook.org/tdg/4.5/cmdsynopsis.html
func Unmarshal ¶
func Unmarshal(path string) (mandoc *ManDocBookXml, err error)
Click to show internal directories.
Click to hide internal directories.