ParsedComment

dotty.tools.dotc.util.ParsedComment$
See theParsedComment companion class
object ParsedComment

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def docOf(symbol: Symbol)(using Context): Option[ParsedComment]

Return the ParsedComment associated with symbol, if it exists.

Return the ParsedComment associated with symbol, if it exists.

Value parameters

symbol

The symbol for which to retrieve the documentation

Attributes

Returns

If it exists, the ParsedComment for symbol.