Documentation ¶
Index ¶
- type Doc
- func (d *Doc) AddAnchor(name string)
- func (d *Doc) PopFold()
- func (d *Doc) PopHighlight()
- func (d *Doc) PopLink()
- func (d *Doc) PushFold()
- func (d *Doc) PushHighlight(group string)
- func (d *Doc) PushLink(path string, line, column int)
- func (d *Doc) PushLinkAnchor(path string, anchor string)
- func (d *Doc) Write(p []byte) (int, error)
- func (d *Doc) WriteLink(text string, path string, line, column int)
- func (d *Doc) WriteLinkAnchor(text string, path, anchor string)
- func (d *Doc) WriteString(s string) (int, error)
- type Manager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Doc ¶
type Doc struct {
// contains filtered or unexported fields
}
Doc holds state used to create a documentation page.
func (*Doc) PopHighlight ¶
func (d *Doc) PopHighlight()
func (*Doc) PushHighlight ¶
func (*Doc) PushLinkAnchor ¶
func (*Doc) WriteLinkAnchor ¶
Click to show internal directories.
Click to hide internal directories.