GNOME Bugzilla – Bug 740446
invalid copydoc target does not result in warning
Last modified: 2014-12-25 16:02:23 UTC
An invalid @copydoc target does not result in a warning of any kind. I expect a warning of the form "target %s of \copydoc command not found". $ doxygen --version 1.8.8 [jsj@jsj-phobos sandbox]$ ls copydoc.cxx $ cat copydoc-test.cxx /** @copydoc Nothing */ struct T {}; $ doxygen -g $ doxygen Doxyfile | grep -i warning $
Created attachment 291109 [details] [review] Patch for issue
Regression occurred in 1941e88e. Tested patch against master (c6e41226) attached.
Thanks, I'll include the patch in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.9. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).