[Doxygen-users] Doxygen-1.2.7 in CVS
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-04-30 18:42:53
|
Hi, Here what has changed since last CVS update: ------------------------------------------------------------------------------ + CHG: Changed the way the translators work internally (thanks to Petr Prikryl for ideas and code) and updated the documentation regarding language support and maintenance. Users of languages other than English will get a warning message if the translation for their language is not up to date. + ADD: Included language updates for Croatian and Czech. + ADD: Added new command \addtogroup that can be used to extend a group defined with \defgroup with extra members and/or documentation. + BUG: Email addresses in the docs starting with an "a" and put inside sharp brackets were not properly displayed (thanks to Abramo Bagnara for the fix). + BUG: Merged man page generator patch send by Patrick Ohly. It fixes: - Font changes reset the font with \fR to roman, which is often not correct - using \fP for the previous font is better. - The arguments of .SS and .SH were not quoted, which seemed to work under Linux with groff, but not under Solaris. - Using a double quotation mark within the text broke the quotation used in the man page markup. I found no way to correctly escape the double quotes, so I replace them with single quotes. ------------------------------------------------------------------------------ Enjoy, Dimitri |