HTML document class.
System.doc.outputters.base_document
make System.doc.outputters.html_document(filename, title): Create new HTML document.filename: File to create (excluding .html)title: Title of document.filehandle: HTML document's file object.footer: HTML footer to include on generated documentationheader: HTML header to include on generated documentationbegin_list(): Begin list of items.begin_list_entry(name, description): Begin list entry.name: Name of list entry.description: Description of list entry.close(): Close document.end_list(): End list of items.end_list_entry(): End list entry.file_name(name): Return actual file name of documentname: Name of documentlink(name, location): Output link to given location.name: Name of sectionlocation: Location to link toparagraph(text): Output paragraph of text.text: Text for paragraph.section(name): Output section to file.name: Name of sectionsub_list_entry(name, description): Begin sublist entry.name: Name of sublist entry.description: Description of sublist entry.subsection(name): Output subsection to file.name: Name of subsectionsubsubsection(name): Output sub-sub-section to file.name: Name of sub-sub-section