GNOME Bugzilla – Bug 744761
Doxygen does not handle links to classes inside a header correctly
Last modified: 2018-07-30 10:48:21 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...
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()")
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!