Hi,
Here's the changelog for this week's release:
--------------------------------------------------------------------------------
+ ADD: Added new command \dotfile which can be used to include a user
specified dot file as an image in the documentation. The new config
option DOTFILE_DIRS should be used to specify directories in which
doxygen should look for dot files (thanks to Samit Basu for the patch).
+ ADD: Added now build target macosx-c++ to build doxygen for Mac OS X
(Thanks to Jason Harris for telling me what needed to be changed).
+ ADD: Added --enable-langs option to the configure script which can be used
to compile-in support for a specified set of languages (thanks to
Vitaly Repin for the patch).
+ ADD: Included update for Russian & Italian translation.
+ BUG: The "list of all members" was no longer generated for nested classes.
+ BUG: Fixed bug in XML output causing mismatched <para> tags.
+ BUG: Fixed parse problem for enum initializers like: "enumVal = A<T,C>::val"
+ BUG: \hideinitializer did not hide the initializer of enum values.
+ BUG: Undocumented enums and enum values now behave correctly when
HIDE_UNDOC_MEMBERS is set to YES.
+ BUG: Fixed a problem with using \if inside alias definitions.
--------------------------------------------------------------------------------
Enjoy,
Dimitri
|