[Doxygen-users] Problem with linking macros using the \retval tag
Brought to you by:
dimitri
From: <aab...@ca...> - 2001-09-04 19:16:33
|
Hi, I would like to report a problem with linking macros using the \retval tag (Doxygen version is 1.2.9.1). I have a set of error return codes which I documented as follows in my .C file: /*! * . . . (other tags) * * \retval #ERROR_CODE1 * \retval #ERROR_CODE2 * \retval #ERROR_CODE3 * . . . (other codes) */ where ERROR_CODE? are defined in a separate .h file. According to documentation, adding '#' should link a macro to its definition. And it works fine with \note, \warning, \param, etc. except for the \retval. If I put a linked macro from e.g. \note into the \retval, the link is not working anymore. I would be very grateful if somebody can help me with this problem or, if it is a bug, fix it. Thank you. Regards, Alexander Abrashkevich |