[Doxygen-users] \ref in brief comments
Brought to you by:
dimitri
From: Micha14 <mic...@gm...> - 2007-05-29 15:23:10
|
Hi, I get always warnings if using a \ref in a brief comment using doxygen version 1.5.2. Example: I have a page with a section describing an information message: * \subsection INFO_MSG Info Message It will be referenced at several positions. One example could be xxx1 *! \brief Module state \ref INFO_MSG xxx2 * xxx3 * This \ref INFO_MSG is used to transfer ... The Reference in the normal comment its working fine, but the reference in the brief comment will result in a warning: ...Myfile.h:xxx1: Warning: unable to resolve reference to `INFO_MSG' for \ref command but not warning for the second reference at line xxx3. Both links are working correctly, but as I have a lot of references in brief comments the warning file is getting very big and its hard to find the real problems in it. This problem seems to be pending on the doxygen version. Is there a way to solve this ? -- View this message in context: http://www.nabble.com/%5Cref-in-brief-comments-tf3833706.html#a10853519 Sent from the Doxygen - Users mailing list archive at Nabble.com. |