GNOME Bugzilla – Bug 680709
C++: HTML output of template-derived classes contain unescaped <...>
Last modified: 2012-11-18 11:13:02 UTC
Created attachment 219744 [details] Simple header showing the issue I have a class like: class MediumEndpoint : public Endpoint< MediumPin > { //... }; When I enter the HTML output of 'class Foo' docs, I hit invalid HTML like: Public Member Functions inherited from <a class="el" href="class_endpoint.html">Endpoint< MediumPin ></a> ^^^^^^^^^^^^^ which obviously should be escaped to < MediumPin >. Reproduced using current SVN tip. I'm attaching a very simple header file showing the issue. I am able to reproduce it using the default config (doxygen -s -g) with it.
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.8.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.