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 659096 - Nested aliases with multiple parameters are broken
Nested aliases with multiple parameters are broken
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.7.5.1
Other Windows
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-09-14 21:52 UTC by Bruce Florman
Modified: 2011-12-03 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Simple Doxygen configuration file (739 bytes, application/octet-stream)
2011-09-14 21:52 UTC, Bruce Florman
Details
Source file to be processed by Doxygen (1.03 KB, text/plain)
2011-09-14 21:52 UTC, Bruce Florman
Details
Output produced by version 1.7.5.1 (50.27 KB, application/x-zip-compressed)
2011-09-14 21:54 UTC, Bruce Florman
Details
Output produced by version 1.7.4 (49.71 KB, application/x-zip-compressed)
2011-09-14 21:55 UTC, Bruce Florman
Details

Description Bruce Florman 2011-09-14 21:52:06 UTC
Created attachment 196552 [details]
Simple Doxygen configuration file

Somewhere between version 1.7.4 and 1.7.5.1 nested aliases -- i.e. aliases which expand into other aliases -- which take multiple parameters stopped being expanded correctly.
Comment 1 Bruce Florman 2011-09-14 21:52:53 UTC
Created attachment 196553 [details]
Source file to be processed by Doxygen
Comment 2 Bruce Florman 2011-09-14 21:54:09 UTC
Created attachment 196554 [details]
Output produced by version 1.7.5.1
Comment 3 Bruce Florman 2011-09-14 21:55:20 UTC
Created attachment 196555 [details]
Output produced by version 1.7.4

The output from version 1.7.4 is as expected.
Comment 4 Dimitri van Heesch 2011-10-11 20:07:01 UTC
Hi Bruce,

This regression was most likely introduced in revision 766:
http://doxygen.svn.sourceforge.net/viewvc/doxygen/trunk/src/util.cpp?r1=764&r2=766 

where I changed the order in which the argument are evaluated in replaceAliasArguments() to support \10 and higher.

I'll look into more detail what is wrong, but maybe you spot it immediately.
Comment 5 Dimitri van Heesch 2011-10-12 20:14:50 UTC
Found the problem. Should be fixed in the next subversion update.
Comment 6 Dimitri van Heesch 2011-12-03 18:23:07 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.6. 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.