Interface DocBuilder
access this type via: parsing.DocBuilder (provides, requires or uses)
Generate a documentation structure which can then be written to HTML or another format.
Functions
DocBuilder()
bool parseFile(char fileContent[], optional char filePath[], String searchPaths[])
ParsedFiles getParsedFiles()
DocBuilder()
Initialise a new documentation builder.
bool parseFile(char fileContent[], optional char filePath[], String searchPaths[])
Parse a file, building a documentation structure for it.
fileContent the contents (in memory) of the file to parse
filePath the name of the file being parsed
ParsedFiles getParsedFiles()
Get a documentation structure for all files parsed so far.