[Doxygen-users] Doxygen-1.2.13 in CVS
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-12-29 18:40:49
|
Hi, I've just committed release 1.2.13 to CVS, and will update the download page tomorrow. Here is the changelog since last release: --------------------------------------------------------------------------- + BUG: STRIP_FROM_PATH now works for windows style paths as well. Thanks to Joël Conraud for the patch. + ADD: New option INLINE_INHERITED_MEMB which can be enabled to include all directly and indirectly inherited members inside the documentation of a class as if they were real members (inspired by a patch sent by Ted Drain). + ADD: Thanks to Harry Kalogirou doxygen now has support for output in the Greek language. + BUG: For functions whose declaration was grouped and whose definition contained a documentation block with a todo/test/bug item, the item did not appear in the todo/test/bug list. + BUG: In the source browser output, the "=" in variable initializers was replaced by "==". + ADD: Added option EXTRACT_LOCAL_CLASSES which can be used to show or hide classes and struct defined in source files. + BUG: Fixed parse problem for typedefs of function pointers returning a template instance. + ADD: Thanks to an install script written by David Greig, the windows version of doxygen now comes with a windows installer based on Jordan Russell's Inno Setup. + CHG: Reorganized the XML parser. It is now structured as a library, a header file, and a test application. See addon/doxmlparser for details. + BUG: Fixed bug in parsing method pointer function arguments of the form "void f(void (C::*m)() const)" --------------------------------------------------------------------------- Enjoy, Dimitri |