Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteMarkdown ¶
WriteMarkdown is a convenience alias that includes all symbols. Deprecated: use WriteMarkdownWithOptions with explicit flags.
func WriteMarkdownWithOptions ¶
func WriteMarkdownWithOptions(pkg *doc.Package, out io.Writer, includePrivate, includeUndocumented bool) error
WriteMarkdownWithOptions generates a markdown representation of a Go package with options for visibility and documentation filters.
Parameters:
- pkg: The Go package to document.
- out: The writer to output the markdown to.
- includePrivate: Flag to include non-exported (private) symbols.
- includeUndocumented: Flag to include symbols missing documentation.
Returns:
- error: Any error encountered during processing.
Types ¶
Click to show internal directories.
Click to hide internal directories.