DocGen

Undocumented in source.

Constructors

this
this(string name, string ver, string githubUrl)
Undocumented in source.

Members

Aliases

Mustache
alias Mustache = MustacheEngine!(string)
Undocumented in source.

Functions

generate
void generate()
Undocumented in source. Be warned that the author may not have intended to support it.
withCards
DocGen withCards(Card[] cards)
Undocumented in source. Be warned that the author may not have intended to support it.
withLinks
DocGen withLinks(Link[] links)
Undocumented in source. Be warned that the author may not have intended to support it.
withPages
DocGen withPages(Page[] pages)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cards
Card[] cards;
Undocumented in source.
context
Mustache.Context context;
Undocumented in source.
githubUrl
string githubUrl;
Undocumented in source.
links
Link[] links;
Undocumented in source.
mustache
Mustache mustache;
Undocumented in source.
name
string name;
Undocumented in source.
pages
Page[] pages;
Undocumented in source.
ver
string ver;
Undocumented in source.

Meta