Hi,
There were some bugs in last weeks release, which I hope to have fixed now:
----------------------------------------------------------------------------
+ BUG: The .spec file still assumed the --with-xmlgen switch was available.
+ BUG: Template instances caused double entries in the class list
(in LaTeX) and broke RTF output.
+ BUG: \if and \endif can now be used to make structural commands like
\brief, \ingroup, and \defgroup conditional.
+ ADD: Added three new conditional commands: \ifnot, \else and \elseif
(thanks to Fabian Cenedese).
+ BUG: The "const" in "func(B * const)" was parsed as a variable name.
+ BUG: Template specializations of the form A<N::C> where not handled
properly.
+ BUG: Putting \relates in a function documentation block that was
within a namespace, while referring to another namespace did not work.
+ BUG: Doxywizard always complained it could not read the config file.
+ BUG: Doxywizard did not properly update boolean and integer values.
+ BUG: Fixed recursive lock-up problem when recursive templates were used.
+ BUG: LaTeX output was broken when PDF_HYPERLINKS was enabled and templates
were used.
+ BUG: Private friends were hidden even though friends have no access control.
+ BUG: Argument matching was sensitive to spaces in some cases.
+ BUG: Bug/test/todo item in class members did not always result in the
generation of the list.
+ CHG: Bug/test/todo Items of members are now grouped
together with their compound.
----------------------------------------------------------------------------
Enjoy,
Dimitri
|