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 680709 - C++: HTML output of template-derived classes contain unescaped <...>
C++: HTML output of template-derived classes contain unescaped <...>
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: documentation
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-07-27 15:31 UTC by Michał Górny
Modified: 2012-11-18 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Simple header showing the issue (171 bytes, application/octet-stream)
2012-07-27 15:31 UTC, Michał Górny
Details

Description Michał Górny 2012-07-27 15:31:07 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:

&nbsp;Public Member Functions inherited from
<a class="el" href="class_endpoint.html">Endpoint< MediumPin ></a>
                                                 ^^^^^^^^^^^^^
which obviously should be escaped to &lt; MediumPin &gt;.

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.
Comment 1 Dimitri van Heesch 2012-07-27 15:49:08 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2012-08-11 13:18:25 UTC
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.