After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740446 - invalid copydoc target does not result in warning
invalid copydoc target does not result in warning
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.8-GIT
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2014-11-20 17:05 UTC by Joshua Johnson
Modified: 2014-12-25 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for issue (554 bytes, patch)
2014-11-20 17:38 UTC, Joshua Johnson
none Details | Review

Description Joshua Johnson 2014-11-20 17:05:59 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
$
Comment 1 Joshua Johnson 2014-11-20 17:38:29 UTC
Created attachment 291109 [details] [review]
Patch for issue
Comment 2 Joshua Johnson 2014-11-20 17:40:03 UTC
Regression occurred in 1941e88e. Tested patch against master (c6e41226) attached.
Comment 3 Dimitri van Heesch 2014-11-23 13:19:03 UTC
Thanks, I'll include the patch in the next GIT update.
Comment 4 Dimitri van Heesch 2014-12-25 16:02:23 UTC
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).