GNOME Bugzilla – Bug 647889
Invalid warning generating deprecated page
Last modified: 2011-08-14 14:05:02 UTC
For the following code: /** * Class Related */ class Related { /** * A related static function. */ static const Related& local() const; }; /** * Class Test */ class Test { /** * @deprecated Deprecated function. */ void func(const Related& r = Related::local()); }; When generating the deprecated page, the following warning is produced: Generating docs for page deprecated... deprecated:1: warning: explicit link request to 'local()' could not be resolved It appears it is attempting to produce a link for 'Related::local', however since that function is documented it doesn't seem like it should be an issue. This issue may be related to 627967, however the workaround described there doesn't seem to apply.
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.5. 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.