[Doxygen-users] Doxygen-1.2.13-20020210 in CVS
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2002-02-10 18:35:54
|
Hi, In this week's release the following has changed: ----------------------------------------------------------------------------- + ADD: Added new command \~language_id to create sections that are outputted for the language <language_id> only: Example: /** \~czech Cesky komentar \~english English comment text \~dutch Nederlands commentaar \~ Common comment for all languages, this tag switches off the language filter... */ Which of the language specific fragments is outputed depends on the setting of OUTPUT_LANGUAGE (Thanks to Milan Rusek for the patch). + ADD: Included update for Japanese (thanks to Ryunosuke Sato) + ADD: Added build support for Cygwin (thanks to Ryunosuke Sato). + ADD: Added new option HTML_FILE_EXTENSION to allow different file extension for the html file outputted by doxygen (like .php). Thanks to Rob Olsthoorn for the patch. + ADD: Added template parameter lists for classes to the XML output. + ADD: In the documentation of class, namespace, file, and group items a list of groups to which the item belongs is put between brackets ([..]) under the title (HTML only). + BUG: Fixed escaping problem in Makefile generated for latex output. + BUG: File names were sometimes prefixed for undocumented classes in the class hierarchy. + BUG: Documenting defines with @param caused bogus warnings. + BUG: When computing the list of all members, interface members are now treated as virtual. + BUG: Protected members of a base class did not appear as such in the list of all members of derived classes. + BUG: Fixed problem with ending itemized lists before paragraph commands (like @see), which resulted in invalid output. ----------------------------------------------------------------------------- Enjoy, Dimitri |