DdocContext

Provides context information about the documented element.

Members

Functions

lookupScopeSymbolLink
LinkInfo lookupScopeSymbolLink(string name)

Looks up a symbol in the scope of the documented element and returns a link to it.

Properties

defaultMacroDefinitions
string[string] defaultMacroDefinitions [@property getter]

A line array with macro definitions

overrideMacroDefinitions
string[string] overrideMacroDefinitions [@property getter]

Line array with macro definitions that take precedence over local macros

renderOptions
DdocRenderOptions renderOptions [@property getter]

Returns a set of options to control the rendering process

Meta