Documentation
¶
Overview ¶
Package godoc parses Go doc comments into structured DocComment values. Go does not use structured tags like PHPDoc/JavaDoc — instead it relies on prose conventions. This parser extracts structure from:
- The first paragraph as summary
- "Deprecated:" prefix for deprecation notices
- Parameter descriptions from prose patterns
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.