Hi,
In this week's release the following has changed:
-----------------------------------------------------------------------------
+ BUG: Reworked part of the template handling. Doxygen should now be
capable of handling nested template classes correctly. Please test
this if you are using these contructs. Thanks to Christoph Koegl
for providing some difficult test cases.
+ CHG: Started moving the XML output back into doxygen. As a result the
GENERATE_XML option has reappeared.
+ BUG: Fixed parse problem when parsing << as part of the first
argument of a typedef.
+ BUG: The LATEX_HEADER-config option disabled the \mainpage-output
(thanks to Eric Reinhart for the fix).
+ BUG: Merged a patch by Erik Zeek, to allow compilation under BCB5
+ BUG: Spaces in preprocessor macros arguments were not treated properly.
+ ADD: Olexij Tkatchenko has added support for the Ukrainian language.
Included update for Portuguese sent by Rui Lopes.
+ BUG: Fixed argument matching bug that caused doxygen to treat
f(type t) and f(type_t t) as the same function.
-----------------------------------------------------------------------------
Enjoy,
Dimitri
|