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 702676 - Closing ) of function in function documentation is in wrong color
Closing ) of function in function documentation is in wrong color
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.4
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
: 721897 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-06-19 17:56 UTC by albert
Modified: 2014-01-10 17:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Example file and used Doxyfile (23.00 KB, application/octet-stream)
2013-06-19 17:58 UTC, albert
Details

Description albert 2013-06-19 17:56:31 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&nbsp;</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
Comment 1 albert 2013-06-19 17:58:45 UTC
Created attachment 247274 [details]
Example file and used Doxyfile
Comment 2 Dimitri van Heesch 2013-07-02 14:53:50 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 3 Dimitri van Heesch 2013-08-23 15:04:49 UTC
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.
Comment 4 albert 2013-08-23 17:06:01 UTC
The ) is now in its own column and has the right color
Comment 5 albert 2014-01-10 17:41:49 UTC
*** Bug 721897 has been marked as a duplicate of this bug. ***