Documentation ¶
Index ¶
Constants ¶
View Source
const BEGING_MARK string = "<!-- BEGIN_PDOCS -->"
View Source
const END_MARK string = "<!-- END_PDOCS -->"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Section ¶
type Section struct { Name string Subsections []Subsection }
func NewSection ¶
func NewSection(name string, subs []Subsection) Section
func (Section) WriteSection ¶
type Subsection ¶
func NewSubsection ¶
func NewSubsection(name string, table Table) Subsection
Click to show internal directories.
Click to hide internal directories.