[Doxygen-users] # linking command not working under \retval
Brought to you by:
dimitri
|
From: <dr...@ca...> - 2001-09-12 19:34:05
|
Does anyone know why the # command to generate a link doesn't work under
\retval?
example :
#define I_WILL_GET_LINKED 0
#define I_WONT_GET_LINKED 1
/*!
#I_WILL_GET_LINKED
\param myParam1
the following will be a generated link #I_WILL_GET_LINKED
\retval #I_WONT_GET_LINKED
an error occured
\retval #I_WONT_GET_LINKED
This link wont get generated
*/
Dimitri, could you fix this please?
Thx.
|