GNOME Bugzilla – Bug 661723
%'s in Doxygen comments isn't parsed correctly
Last modified: 2011-12-06 19:12:34 UTC
In my Doxygen documentation I use <classname>%'s so that Doxygen will generate a link to <classname>. For example, in Doxygen 1.7.3, An Atom%'s string representation is one of the following: in a Doxygen comment produces An Atom's string representation is one of the following: in the Doxygen HTML output with Atom displayed as a link to the Atom class documentation. However, in Doxygen 1.7.5.1, the same input to Doxygen produces An Atom%'s string representation is one of the following: in the Doxygen HTML output with Atom displayed as a link to the Atom class documentation. Note that in Doxygen 1.7.5.1, the % incorrectly appears in the Doxygen HTML output (I haven't tried output formats).
I'll correct this, such that both Atom%'s and Atom's produce a linked Atom.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.6. 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.
The fix works fine in my environment. Thanks.