visitor

D Documentation Generator

Members

Classes

DocVisitor
class DocVisitor

Generates documentation for a module.

Functions

readAndWriteComment
string readAndWriteComment(File f, string comment, string[string] macros, Comment[] prevComments, FunctionBody functionBody, Tuple!(string, string)[] testDocs)

Writes a doc comment to the given file and returns the summary text.

stripLeadingDirectory
string stripLeadingDirectory(string s, string outputDirectory)
writeHeader
void writeHeader(File f, string title, size_t depth)

Writes HTML header information to the given file.

Meta

Authors

Brian Schott