Documentation ¶
Overview ¶
package pkg computes and generate documentation for a given package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTMLRenderer ¶ added in v0.8.1
type Package ¶
type Package struct { ModulePath string PackageChain []string VCS autodiscovery.VCS Ref string // ref for the autodiscovery links Stylesheets []string SubPackages []string SubSynopsis map[string]string // populated by calling ParseFS Doc *doc.Package // contains filtered or unexported fields }
Package holds the documentation data of a given package.
Notes ¶
Bugs ¶
no idea how build tags should be managed
Click to show internal directories.
Click to hide internal directories.