Documentation
¶
Overview ¶
Command godochtml generates package documentation as HTML.
The output is very close to (but not exactly same as) godoc. The generated HTML is simple static HTML but includes syntax highlighting.
Usage: godochtml [options] "package or package directory"
-src fileregexp=url -- use this to make types and functions links.
Example:
godochtml \ -src 'github.com/([^/]*)/([^/]*)(.*)=https://github.com/$1/$2/blob/master$3' \ github.com/tvastar/gotools/cmd/godochtml
The generated HTML is written to console.
Click to show internal directories.
Click to hide internal directories.