Void toHTML(ElementTree div, ElementTree comment, String(String, Int, EntryType) linkto)
Arguments
div: The HTML element to insert documentation intocomment: The API documentation for a function, data type or exceptionlinkto: A URL generation function that given a name, an index number (for disambiguation of overloaded functions), and an EntryType returns the URL at which documentation for that function / type / module may be found. The name of a function may include the module it is in (e.g.KayaDoc::readDoc) or may not, in which case the current module should be assumed.
Usage
Converts API documentation to HTML. This function rarely needs to be called directly except when using moduleSummary.