[Doxygen-users] Doxygen-1.2.13.1 in CVS
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2002-01-05 10:36:16
|
Hi, Due to some problems in the previous release, I decided to put out a new one, with the following changelog: ---------------------------------------------------------------------------- + BUG: Links to grouped members were broken. + BUG: The Module index was broken in HTML and subgroups were still not sorted properly. + BUG: Selecting a non-default language was not possible in doxywizard (thanks to Heiko Schaefer for the patch). + BUG: Ending a dash-style list was not possible by starting a new paragraph anymore. + BUG: Fixed "exceptions" tag mismatch in the XML output. + BUG: extern "C" blocks inside source files incorrectly included header files during preprocessing. + BUG: Compiling doxywizard on Unix with Qt-3.x didn't work because doxycfg was linked with qtools from Qt-2.x. + BUG: Fixed potential memory corruption when generation the graphical class hierarchy (nodes were deleted more than once). + ADD: Added support for multi-method declarations such as: int func1(),func2(); + ADD: Included updated DTD for validating the XML output produced by doxygen, thanks to Angelo Hulshout. + ADD: Included support for Japanese-ShiftJIS translation, thanks to Ryunosuke Sato. + ADD: Included update for Slovak translator, thanks to Stanislav Kudlac. + ADD: Thanks to a patch by Pascal Flammant tables in the documentation can now have captions using <caption> ... </caption> within a table definition. + ADD: A dash-style list can now be ended without ending the paragraph. See the list-section of the documentation for an example. ---------------------------------------------------------------------------- Enjoy, Dimitri |