GNOME Bugzilla – Bug 623023
Wrong reference/pointer counting when multiple function declarations
Last modified: 2010-10-11 07:28:56 UTC
class TestClass { public: int &foo1( ), &foo2( ), &foo3( ); }; gives: int & foo1 () int && foo2 () int &&& foo3 () ...and so on :) Same effect with pointers.
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.2. 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.
It is ok now :)