Hi,
I've added binaries for version 1.2.14 for MacOSX & Solaris to the
download page and committed the following changes to CVS:
-------------------------------------------------------------------------------
+ CHG: On request of Richard Stallman and others I replaced all
generated GIF images with PNG images.
See http://www.burnallgifs.org for the motivation.
+ CHG: The Documentation of function definitions and declarations are now
always merged. References/Referenced by relations are now equal
for function declarations and definitions.
+ CHG: When @retval commands are used to document parameters doxygen will
no longer produce a warning message for that parameter. @retval can
still be used to document non parameters such as the return values
of a function.
+ CHG: #define A(x) x /**< a define */
will document a define, while
#define A(x) /** an argument */ x
will document the argument of the define
+ ADD: Included language update for Russian.
+ BUG: Using "@param x,y,z" resulted bogus warnings about undocumented
parameters.
-------------------------------------------------------------------------------
Enjoy,
Dimitri
|