[Doxygen-users] Doxygen-1.2.9 in CVS
Brought to you by:
dimitri
|
From: Dimitri v. H. <di...@st...> - 2001-08-01 18:26:37
|
Hi,
Here is the changelog since last update:
----------------------------------------------------------------------------
+ ADD: Added documentation blocks to the XML output. The format rougly
matches that of DocBook XML. Will probably need some more fine-tuning.
+ ADD: Added an initial XML parser (see addon/xmlparse). It's purpose is
to parse the XML output generated by doxygen, and build up the structure
contained in the XML file in memory in order to make it accessible via a
convienent API. It is still very much incomplete.
+ CHG: removed addon/xmlgen & addon/xmlread from the source tree.
+ BUG: Applied patch by Jens Seidel which fixes a number of typos and
updates the spec file.
+ BUG: Setting GENERATE_TREEVIEW caused LaTeX error (missing index.tex file).
+ ADD: Included Brazilian language update.
+ BUG: static file members were not autolinked even if EXTRACT_STATIC was set
to YES.
+ CHG: Function arguments names are now nicely aligned in the generated
HTML output. Thanks to Joe Bester for doing most of the work.
+ BUG: "void func(const ::A)" was interpreted as "void func(const::A)",
where "const" would have to be a class name.
+ BUG: Further improved typedef resolution and argument matching.
----------------------------------------------------------------------------
Enjoy,
Dimitri
|