ParsedComment

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

Attributes

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

Members list

Concise view

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.

Attributes

symbol

The symbol for which to retrieve the documentation

Returns:

If it exists, the ParsedComment for symbol.