GNOME Bugzilla – Bug 702676
Closing ) of function in function documentation is in wrong color
Last modified: 2014-01-10 17:41:49 UTC
The closing ) after the last argument in the argument list of the function documentation has the wrong color. For the function: void c_fie(int x) Looking at the function documentation html output we see: <tr> <td class="memname">void c_fie </td> <td>(</td> <td class="paramtype">int </td> <td class="paramname"><em>x</em>)</td><td></td> <td></td> </tr> the section: ... <td class="paramname"><em>x</em>)</td><td></td> should read (?) ... <td class="paramname"><em>x</em></td><td>)</td> Note: in case there is more than 1 argument the closing ) has the right color
Created attachment 247274 [details] Example file and used Doxyfile
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.5. 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 ) is now in its own column and has the right color
*** Bug 721897 has been marked as a duplicate of this bug. ***