HTML document class.
System.doc.outputters.base_document
make System.doc.outputters.html_document(filename, title): Create new HTML 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.close(): Close document.end_list(): End list of items.end_list_entry(): End list entry.file_name(name): Return actual file name of documentlink(name, location): Output link to given location.paragraph(text): Output paragraph of text.section(name): Output section to file.sub_list_entry(name, description): Begin sublist entry.subsection(name): Output subsection to file.subsubsection(name): Output sub-sub-section to file.