DOC++ v3.3.15
September 12, 1999
TO-DO: Future development ideas

- support `using' keyword

- man page output
  (Dirk Bergmann <d.bergmann@gom.com>)

- make use of STL

- SGML output

- use DOC++ to produce annotated source code listings - DOC++ comments would
  be typeset, while code lines would be numbered and inserted verbatim into
  the document. Ideally, hyperlinks would be made between member function
  descriptions in the class hierarchy documents, and the actual commented code
  listing
  (Jonathan Rice <rice@squareusa.com>)

- Include all of the source files, cross linked, 
  syntax coloured ( in HTML ), with bold comments.

- Add object instance type checking and scoping to languages so
  method source can be traced through dereferenced objects in source.

- Abstract to pluggable module for editors / IDEs

- Expand to C, PASCAL using a filename based heuristic for
  generating links, with a struct based type checking / cross-linking
  system.
