After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753608 - Link of typedef within namespace on group pages missing
Link of typedef within namespace on group pages missing
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.9.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2015-08-14 07:49 UTC by Nils
Modified: 2016-09-05 13:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
typedef on the group page (11.33 KB, image/png)
2015-08-14 07:49 UTC, Nils
Details

Description Nils 2015-08-14 07:49:42 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.
Comment 1 Dimitri van Heesch 2016-02-08 21:04:23 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 Dimitri van Heesch 2016-09-05 13:45:43 UTC
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).