HtmlSyntaxWriter
class HtmlSyntaxWriter : Obj
HtmlSyntaxWriter outputs a SyntaxDoc to HTML
Write the lines of the document as HTML elements
Write an entire HTML file with proper head, body types using default CSS
Write a single syntax line as styled HTML
Close underlying output stream
Bool close()
Close underlying output stream
new make(OutStream out)
This writeDoc(SyntaxDoc doc)
Write an entire HTML file with proper head, body types using default CSS
This writeLine(SyntaxLine line)
Write a single syntax line as styled HTML
This writeLines(SyntaxDoc doc)
Write the lines of the document as HTML elements. This method does not generate HTML head/body tags.