GNOME Bugzilla – Bug 157485
@todo link missing on todo page
Last modified: 2009-08-20 10:12:46 UTC
1) create files: <file name="aa.h"> #ifndef FNC #define FNC void f(void); #endif </file> <file name="zz.c"> #include "aa.h" /// @todo header void f(void) { /// @todo function } </file> 2) Run doxygen, processing aa.h then zz.c (order is important)) 3) Observe a link for the @todo in the function never shows up on the todo page
Please verify that this is fixed in release 1.4.0 and if so please close this bug.
I took the sample code and tried it with 1.4.1 and the problem still exists
This problem still persists with version 1.5.9 but I found a simple solution for this: Edit file commentscan.l, line 519. Change "if (lii & append)" to "if (lii)". Don't understand what "append" is used for anyway, it's set in setOutput() but always to "false"! Checking "lii" is enough and produces correct TODO (and BUG etc.) lists and no items are missing anymore.
Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.6.0. Please verify if this is indeed the case and reopen the bug if you think it is not fixed (include any additional information that you think can be relevant).