DocVisitor.this

class DocVisitor
this
(,
string[string] macros
,,
const TestRange[][size_t] unitTestMapping
,
const(ubyte[]) fileBytes
)

Parameters

outputDirectory string

The directory where files will be written

macros string[string]

Macro definitions used in processing documentation comments

searchIndex File

A file where the search information will be written

unitTestMapping TestRange[][size_t]

The mapping of declaration addresses to their documentation unittests

fileBytes const(ubyte[])

The source code of the module as a byte array.

Meta