Table of Contents
There's a new simple-alternative for msgentry: simplemsgentry.
Longer descriptions are possible in a revhistory:
Revision History | ||
---|---|---|
Revision 2 | today | nwalsh |
Revision 1 | yesterday | nwalsh |
Ordered and itemized lists can have titles:
Linespecific environments can indicate line numbering:
<!ENTITY % linespecific.attrib "format NOTATION (linespecific) 'linespecific' linenumbering (numbered|unnumbered) #IMPLIED">
Added classsynopsis for documenting object-oriented programming language classes. Here's one example:
public TextFileWriter extends HandlerBase {private Writer writer ;public String writerName = "MyWriter";static public void write(ResultTreeFragment frag, String file) throws SAXException;}