class ContextDocstrings

Context for Docstrings, contains basic functionality for getting docstrings via Symbol and expanding templates

Constructors

ContextDocstrings ( )

Members

[+] private val _docstrings : Map [ Symbol, Comment ]
[+] val templateExpander : CommentExpander
[+] def addDocstring ( sym: Symbol , doc: Option [ Comment ] ) : Unit
[+] def docstring ( sym: Symbol ) : Option [ Comment ]
[+] def docstrings : Map [ Symbol, Comment ]