[Doxygen-users] Doxygen-1.2.14-20020310 in CVS
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2002-03-10 16:24:11
|
Hi, Besides applying the redesign of the web-site (thanks to Christian Hammond), I also committed the following changes to CVS: ------------------------------------------------------------------------------- + CHG: Links in the documentation to const/volatile members are now possible by explicitly specifying "f() const" or "f() volatile" in case a non-const/volatile "f()" also exists. + ADD: EPS images included with "\image latex" are automatically converted to pdf's if USE_PDFLATEX is set to YES. + ADD: Extended XML parser API (see addon/doxmlparser/include/doxmlintf.h) with full access to documentation blocks. Started with providing access to the various graphs generated by doxygen. + BUG: "doxygen -w latex header.tex doxygen.sty Doxyfile" caused a segmentation fault (thanks to Aric Cyr for the patch). + BUG: Fixed argument matching problem that occurred in some rare cases that involved "using" of namespaces. + BUG: Using /**< Brief.\ more brief. Details. */ with ENABLE_JAVADOC = YES, now removes the slash just like it did with /**...*/ style comments. + BUG: Using a ordered, html-style list inside a @param command resulted in invalid output if list item contained blank lines. + BUG: STRIP_FROM_PATH now also works with Windows style paths (e.g. C:\MyPath\) + BUG: A module can now appear more than once in the module tree (thanks to Itai Frenkel for the patch). + BUG: Changed the way PNGs are generated, so they work with Internet Explorer. ------------------------------------------------------------------------------- Enjoy, Dimitri |