[Doxygen-users] Doxygen-1.2.13-20020203 in CVS
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2002-02-03 11:10:08
|
Hi, In this week's release the following has changed: ----------------------------------------------------------------- + CHG: Doxygen now filters out duplicate input files. + ADD: If a comment block contains at least one @param command, doxygen now produces warnings if not all parameters of a function are documented or if the names of the parameters do not match the argumentlist. (Please report any false alarms). + ADD: Included language updates for Czech, French, Italian, Brazilian, Russian + BUG: Doxygen now exits with code 0 if there is no error (previously it returned 1 in some cases were no error occurred). + BUG: Calling "doxygen -g -" now writes the config file to stdout (this already worked when using "doxygen -g-"). + BUG: Undocumented classes exposed when setting EXTRACT_ALL to YES, could result in broken links in the class hierarchy. + BUG: Fixed parser problem for function typedefs inside classes. + BUG: Exception specifications in Java were not parsed properly. + BUG: If INLINE_INHERITED_MEMB was YES, pure vitual members of base classes reachable via multiple paths appeared more than once in the documentation. + BUG: Removed potential recursive loop when computing reimplements relations for template instances. + BUG: Fixed argument matching problem when matching "a<int *>" with a<int * >" + BUG: Links in the documentation of grouped namespace members were not pointing to the group but to the namespace. + BUG: For template specializations the title of an html page contained plain < and > characters. + BUG: When computing source references undocumented members could introduce non-existing relations for documented members in front of it. ----------------------------------------------------------------- Enjoy, Dimitri |