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 721897 - Wrong color for closing parenthesis of parameter list in html docs
Wrong color for closing parenthesis of parameter list in html docs
Status: RESOLVED DUPLICATE of bug 702676
Product: doxygen
Classification: Other
Component: general
1.8.4
Other Linux
: Normal trivial
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2014-01-09 22:56 UTC by Ekkehard Blanz
Modified: 2014-01-10 17:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ekkehard Blanz 2014-01-09 22:56:25 UTC
If the parameter list of a documented method consists of one or no parameters, the closing parenthesis has the color of the parameters - not the color of the opening parenthesis (and the name of the method).  Also, if there is exactly one parameter, the closing parenthesis follows this parameter without any separating blank, whereas there is a blank between the opening parenthesis and this parameter (my coding style uses blanks after the opening and before the closing parenthesis of a parameter list).  For two and more parameters, this is not an issue, as all parameters are listed on separate lines, and the closing parenthesis too is on its own line (and in this case has the correct color).

This is really a very minor issue (at least in its appearance), but thus far it is the only thing I found wrong with doxygen.  I am using doxygen for a mid-sized (~ 40kLOC) project with code in html/CSS, JavaScript, PHP, Python, C, and C++, and I am it EVERYWHERE. 

Thanks for doxygen - I LOVE it!!!!!
Comment 1 albert 2014-01-10 17:41:49 UTC

*** This bug has been marked as a duplicate of bug 702676 ***