Re: [Doxygen-users] Doxygen-1.2.10-20010923 in CVS
Brought to you by:
dimitri
|
From: <dr...@ca...> - 2001-09-24 20:14:05
|
Using the # command under \retval still doesn't create a link in
1.2.10-20010923.
Anyone knows if there's plans to fix it?
example :
#define BUFFER_TOO_SMALL -1
/*!
*
* \retval #BUFFER_TOO_SMALL the buffer supplied was too small to receive
the output.
*
*/
int example(int asdf, char *out_buffer){
...
}
Thx.
Denis Ricard
IBM Canada Software Development Lab, 4D-638
Dimitri van Heesch <di...@st...>@lists.sourceforge.net on 09/23/2001
01:35:27 PM
Please respond to dox...@li...
Sent by: dox...@li...
To: dox...@li...
cc:
Subject: [Doxygen-users] Doxygen-1.2.10-20010923 in CVS
Hi,
Here's the changelog since last release:
----------------------------------------------------------
+ CHG: Changed the look of the various indices (file/class/namespace/...)
in the HTML output.
+ BUG: Fixed crash bug when filtering CR+LF's from input.
+ BUG: Fixed a number of XML output bugs (thanks to Christian Hammond).
+ BUG: Fixed bug parsing character literals.
+ BUG: Fixed bug in RTF output (bracket mismatch).
+ BUG: Inializer of the last enum value of an enum did not always appear.
+ BUG: Dots were removed from return types in Java.
+ BUG: In some cases a broken "More..." link was generated after
a brief class description.
+ BUG: Text of a section title containing was truncated if it contained an
asterix.
----------------------------------------------------------
Enjoy,
Dimitri
_______________________________________________
Doxygen-users mailing list
Dox...@li...
https://lists.sourceforge.net/lists/listinfo/doxygen-users
|