Hi,
Here is the changelog for this week's release:
------------------------------------------------------------------------------
+ BUG: Fix compile problem for the Irix compiler (thanks to Dirk Reiners)
+ BUG: Some generated &nsbp; where missing a ; in the html output.
For some browsers this resulted in argument types & names being glued
together.
+ BUG: The heading of parameter and return value lists was not bold anymore in
the HTML output.
+ BUG: "Reimplemented to/from" member links now work between template base
classes and their derived classes.
+ BUG: Not all documented templates class were regarded as documented
(unless EXTRACT_ALL was set to YES).
+ ADD: Relations between templates and their instances are now visualized
in the inheritance and collaboration graphs. Can be disabled
by setting TEMPLATE_RELATIONS to NO in the config file.
+ BUG: Fixed recursive lock-up problem for recursive templates of the form:
template<class T> class A : public A<typename T::B> {}
+ BUG: The labels in the alphabetical list were broken when namespaces were
used.
+ BUG: An error was given for import statements in Java sources.
+ ADD: A Java package can now be documented using a comment block containing a
@package command or by putting a documentation block in front of a
package statement.
------------------------------------------------------------------------------
Enjoy,
Dimitri
|