Comments
Type members
Classlikes
A Comment
contains the unformatted docstring, it's position and potentially more
information that is populated when the comment is "cooked".
A Comment
contains the unformatted docstring, it's position and potentially more
information that is populated when the comment is "cooked".
- Value parameters:
- expanded
If this comment has been expanded, it's expansion, otherwise
None
.- raw
The raw comment, as seen in the source code, without any expansion.
- span
The position span of this
Comment
.- usecases
The usecases for this comment.
- Companion:
- object
Port of DocComment.scala from nsc
Port of DocComment.scala from nsc
- Authors:
Martin Odersky
Felix Mulder
Decorator for getting docbase out of context
Decorator for getting docbase out of context
Context for Docstrings, contains basic functionality for getting
docstrings via Symbol
and expanding templates
Context for Docstrings, contains basic functionality for getting
docstrings via Symbol
and expanding templates
- Companion:
- object