ParsedComment

Companion
class
class Object
trait Matchable
class Any

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 Params
symbol

The symbol for which to retrieve the documentation

Returns

If it exists, the ParsedComment for symbol.