Documentation
¶
Overview ¶
Package godoc is an mdbook preprocessor to inline `go doc` output.
Any preprocessor directive like
{{# godoc <arg>... }}
Will have the equivalent of `go doc arg...` run and inserted as code blocks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Notes ¶
Bugs ¶
This package should use the `go/doc/comment` package to generate HTML or Markdown.
Click to show internal directories.
Click to hide internal directories.