GNOME Bugzilla – Bug 632426
End round bracket in html detailed single line method docs is wrong colour.
Last modified: 2011-01-03 19:01:14 UTC
Overview: Ridiculously trivial end round bracket is wrong colour on prototypes displayed on a single line in detailed docs using default html style. If the prototype is displayed on several lines, the end round bracket shows up the correct colour. Actual Results: <h2>Constructor & Destructor Documentation</h2> <a class="anchor" id="a2ecacbe1ee0ff8d3f9a50fc3582e55dc"></a><!-- doxytag: member="SkipList::SkipList" ref="a2ecacbe1ee0ff8d3f9a50fc3582e55dc" args="()" --> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template<class T, class Pr = std::less<T>, class R = RNG> </div> <table class="memname"> <tr> <td class="memname"><a class="el" href="class_skip_list.html">SkipList</a>< T, Pr, R >::<a class="el" href="class_skip_list.html">SkipList</a> </td> <td>(</td> <td class="paramname"> )</td> <!-- THE PROBLEM IS HERE!!! --> <td><code> [inline]</code></td> </tr> </table> </div> Expected Results: <h2>Constructor & Destructor Documentation</h2> <a class="anchor" id="a2ecacbe1ee0ff8d3f9a50fc3582e55dc"></a><!-- doxytag: member="SkipList::SkipList" ref="a2ecacbe1ee0ff8d3f9a50fc3582e55dc" args="()" --> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template<class T, class Pr = std::less<T>, class R = RNG> </div> <table class="memname"> <tr> <td class="memname"><a class="el" href="class_skip_list.html">SkipList</a>< T, Pr, R >::<a class="el" href="class_skip_list.html">SkipList</a> </td> <td>(</td> <td> )</td> <!-- THE PROBLEM IS GONE!!! --> <td><code> [inline]</code></td> </tr> </table> </div> Take a look at the two lines with the round brackets. <td>(</td> <td class="paramname"> )</td> See how the closing one has "paramname" as a classname and the opening bracket doesn't. I'm guessing this is what is causing the different colours. Happens with any amount of arguments as long as the whole prototype is displayed on a single line (minus the template stuff).
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.7.3. 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.