GNOME Bugzilla – Bug 753608
Link of typedef within namespace on group pages missing
Last modified: 2016-09-05 13:45:43 UTC
Created attachment 309242 [details] typedef on the group page Hi, when creating a group and adding a typedef in a namespace to a class within the same namespace it isn't linked properly on the generated group page: /// @defgroup test /// @brief Test namespace a { class A { }; /// @ingroup test typedef A B; /// @ingroup test typedef a::A C; } The expected result is that both typedefs link to the A class. Currently only the fully qualified version is linked (see attachment). It works fine without groups.
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.12. 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).