GNOME Bugzilla – Bug 753500
$file when using @name is wrong
Last modified: 2015-12-30 10:19:55 UTC
Consider the following simple example. Let us say we have a file a.h: class a { /** * @{ * @name test * bad ref is @ref bad */ int f(); }; We will get the following warning: [generated]:-1: warning: unable to resolve reference to `bad' for \ref command instead of a.h:-1: warning: unable to resolve reference to `bad' for \ref command
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.11. 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 (preferably in the form of a self-contained example).