Hi,
It has been a while since the previous CVS update, but here is what changed
in the meantime:
-----------------------------------------------------------------------------
+ CHG: Completely rewrote the way templates are handled.
Doxygen now (internally) computes all template instances it encounters.
This has the following advantages:
- template instances are now shown in the hierarchical index
and in all class diagrams in a uniform way.
- the list of all members is now correct for classes deriving
from a template.
Since there is a lot of new code, some more testing won't hurt
to mature the code. If you are using templates, please try this
version for me and report any problems.
+ BUG: Fixed a null pointer referencing problem (thanks to Nick Pratt)
+ ADD: Included update for French translation (thanks to Xavier Outhier)
+ ADD: Made preprocessor parse error messages somewhat more informative.
+ BUG: 8-bits characters are now correctly handled within the argument
of \b, \c or \e.
+ ADD: Included update for doc/translator.pl
+ BUG: Reimplemented links were broken for grouped members (thanks to
Johan Eriksson for the fix).
+ BUG: Enabling the TREEVIEW didn't result in proper RTF output
(thanks to Paul Sydney for the fix).
+ BUG: Fixed some typos in the docs. Thanks to Wouter Slegers.
+ BUG: Merged patches by Joe Bester:
- Could not link to @anchors in the main page on external packages.
- All external modules and pages were linked to or appended
(even the TODO page, etc), even when EXTRACT_ALL is set to NO.
- The section containing structs and unions is labeled
"Class Documentation" (in the English translation) even when
+ BUG: using the IDL keyword "import" in other languages did not work
correctly.
+ BUG: members of a privately inherited base class were not shown in the
list of all members, while they were accessible from the derived class.
+ ADD: Using the non-commercial version of Qt for windows, it is now
possible to build doxywizard for windows.
-----------------------------------------------------------------------------
Enjoy,
Dimitri
|