GNOME Bugzilla – Bug 707431
Cannot @ref or @link C++ operator overloads
Last modified: 2015-12-12 08:40:37 UTC
See my post on stack overflow for all the details: http://stackoverflow.com/questions/18479768/referencing-c-operator-overloads-with-doxygen
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.6. 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).
Still doesn't work for templates. If in the original example on stack overflow template<typename T> is placed before class Foo definition, the problem reoccurs. I tried @ref on regular member functions, they work fine but the overloaded operators do not. The same is valid for @link. Tested on doxygen versions 1.8.9.1 and 1.8.10.
I couldn't immediate reproduce this based on your description. Can you please file a new bug report and attach a self-contained example (source+config file in a tar or zip) that allows me to reproduce the problem?