TocItem.write

Write the TOC item.

struct TocItem
void
write
(
R
)
(
ref R dst
,
string moduleName = ""
)

Parameters

dst R

Range to write to.

moduleName string

Name of the module/package in the documentation page of which we're writing this TOC, if we're writing module/package documentation.

Meta