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 744761 - Doxygen does not handle links to classes inside a header correctly
Doxygen does not handle links to classes inside a header correctly
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: documentation
1.8.9
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2015-02-18 20:33 UTC by Acki
Modified: 2018-07-30 10:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Acki 2015-02-18 20:33:19 UTC
I use markdown for my documentation and HTML as output.

I want to put a link to a class inside a header, like this:

[MyClass](@ref MyLongNamespace::MyClass)
----------------------------------------

will produce following HTML output as header:
MyLongNamespace::MyClass "MyClass"

instead of desired:
MyClass

with link to the class...
Comment 1 Acki 2015-02-18 20:52:57 UTC
Also using templates in normal markdown links doesn't work.

[MyClass::get()](@ref NS::MyClass::get<T>()) 

results in following strange output:

NS::MyClass::get<T>("MyClass::get()")
Comment 2 André Klapper 2018-07-30 10:48:21 UTC
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to 

   https://github.com/doxygen/doxygen/issues

All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github.

Hence I am closing this GNOME Bugzilla ticket.
Please use the corresponding ticket in Github instead. Thanks a lot!