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 667844 - problem with comma in a single argument alias
problem with comma in a single argument alias
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.3
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-01-13 07:23 UTC by Roma
Modified: 2012-02-25 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Roma 2012-01-13 07:23:02 UTC
Alias definition:
ALIASES += WIP{1}="<div style='border:1px dotted magenta'>\1</div>"

Alias usage:
\WIP{Die not, spare life}

Result:
{Die not, spare life}    //no frame! only the brackets left from the command

In case if comma is escaped, alias works fine:
\WIP{Die not\, spare life}
results in:
Die not, spare life      //text in a frame - as expected

But I don't want to escape commas every time, and according to Doxygen documentation "13.2 Aliases with arguments" it is only required for aliases with more than one argument.
Comment 1 Dimitri van Heesch 2012-02-12 13:20:52 UTC
The documentation does indeed not say anything specific about the need for escaping commas for commands with a single argument. 

I'll implement your suggestion in the next subversion update.
Comment 2 Dimitri van Heesch 2012-02-25 15:37:33 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.0. 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.