[Doxygen-users] Doxygen-1.2.8.1 in CVS
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-06-10 14:40:56
|
Hi, Due to some annoying bugs in release 1.2.8, I've decided to put out a bug fix release labelled 1.2.8.1. Here is what has been fixed/changed: ----------------------------------------------------------------- + BUG: Parameters appeared in the documentation for undocumented arguments (and twice if they were also documented with @param). + BUG: Specifying boolean tags twice in the config file resulted in an invalid value (both boolean values were appended). + BUG: When a paragraph header was directly followed by an item list doxygen did not render the first item properly. + BUG: The "More..." link was often omitted for grouped members. + BUG: "dangerous" characters like ":" are now escaped from man page file names. + BUG: Fixed a number of typos (thanks to Jens Seidel). + CHG: Enum values of a grouped (with @ingroup) enum are now automatically added to the same group. + ADD: Included update for Brazilian translation. + ADD: Add support for < > & ' " in the documentation, since these commands after occur in Java documentation. ----------------------------------------------------------------- Enjoy, Dimitri |