Void htmliseContents(ElementTree tree, ElementTree addto, String(String, Int, EntryType) linkto)
Arguments
tree: A section of API documentation, most usually either aprose,itemorexampleelement.addto: A HTML element to add the documentation tolinkto: 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
Convert a section of API documentation to HTML. This may be useful for working with summary documentation.