dotty.tools.dotc.util.ParsedComment
See theParsedComment companion object Attributes
- comment
The doc comment to parse
- Companion:
- object
- Graph
- Supertypes
Members list
Concise view
Value members
The @param
section corresponding to name
.
The @param
section corresponding to name
.
Attributes
- name
The parameter name whose documentation to extract.
- Returns:
The formatted documentation corresponding to name
.
Renders this comment as markdown.
Renders this comment as markdown.
The different sections are formatted according to the mapping in knownTags
.
Attributes
The content of this comment, after expansion if possible.
The content of this comment, after expansion if possible.
Attributes
The "main" documentation for this comment. That is, the comment before any section starts.
The "main" documentation for this comment. That is, the comment before any section starts.
Attributes