[Doxygen-users] Doxygen-1.2.12-20011209 in CVS
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-12-09 20:47:04
|
Hi, Here are the changes since the previous release: ----------------------------------------------------------------------------- + CHG: Changed the way @internal works. The "For internal use only" message, now appears (along with the internal documentation) if and only if INTERNAL_DOCS = YES. + CHG: Subgroups are no longer sorted but presented in declaration order. + CHG: Members inside todo/test/bug lists are now shown with qualified names again. + ADD: Added more info to the XML output: related pages, inner classes, inner namespaces. + ADD: Included language updates for German and Portuguese. + ADD: Added some logic to deal with member specializations. They should now be added as additional members to a class instead of being ignored and producing a warning. + ADD: Thanks to a patch by Bruce Korb, author of autogen, doxygen now has output support for producing autogen definition files. To do this set GENERATE_AUTOGEN_DEF to YES in the config file. + ADD: \relates can now be used for macros as well. + BUG: Documentation for nested classes inside other nested classes was not written to the output. + BUG: Fixed problem mixing paragraph commands (like \param) with hyphen-style lists. + BUG: Modules index in LaTeX was broken. ----------------------------------------------------------------------------- Enjoy, Dimitri |