main

Undocumented in source.

Members

Functions

doNothing
void doNothing(string , size_t , size_t , string , bool )

Special empty function.

getCSS
string getCSS(string customCSS)

Get the CSS content to write into style.css.

getDefaultConfigPath
string getDefaultConfigPath()

Returns path to config file by default: in current directory or (for Linux) in ~/.config/hgen/ if in the current directory the file doesn't exist.

main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDocumentation
void writeDocumentation(Config config, SymbolDatabase database, string path, File search, TocItem[] tocItems, string[] tocAdditionals)

Creates documentation for the module at the given path

writeProtected
int writeProtected(string path, string content, string type)

Used to write default CSS/config with overwrite checking.

Variables

defaultConfigPath
string defaultConfigPath;
Undocumented in source.
language
string language;
Undocumented in source.
linuxConfigDir
string linuxConfigDir;
Undocumented in source.
linuxConfigPath
string linuxConfigPath;
Undocumented in source.
searchjs
string searchjs;

String representing the script used to search.

stylecss
string stylecss;

String representing the default CSS.

Meta