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 702170 - Missing space before optional option in method argument list
Missing space before optional option in method argument list
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.4
Other Windows
: Normal trivial
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-06-13 11:50 UTC by Jan
Modified: 2013-08-23 15:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan 2013-06-13 11:50:33 UTC
We use doxygen to generate HTML manual from IDL files and there is missing space after comma and before bracket of argument option in exported HTML file.

Source IDL file contains e.g.

interface IExample : IDispatch {
  void methodName(VARIANT arg1, BSTR arg2, [optional] VARIANT arg3);
}


Bad formatted HTML file created from IDL:

Public Member Functions 
void  methodName(VARIANT arg1, BSTR arg2,[optional] VARIANT arg3) 
                                        /\
                                      missing space
Comment 1 Dimitri van Heesch 2013-07-02 19:12:05 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 Dimitri van Heesch 2013-08-23 15:04:38 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.