trait Docstrings

Constructors

Members

[+] def cookComments ( syms: List [ Symbol ] , owner: Symbol ) ( implicit ctx: Context ) : Unit

The Docstrings typer will handle the expansion of @define and <invalid inheritdoc annotation> if there is a DocContext present as a property in the supp...

The Docstrings typer will handle the expansion of @define and <invalid inheritdoc annotation> if there is a DocContext present as a property in the supplied ctx.

It will also type any @usecase available in function definitions.

[+] private def expandParentDocs ( sym: Symbol ) ( implicit ctx: Context ) : Unit