GNOME Bugzilla – Bug 702170
Missing space before optional option in method argument list
Last modified: 2013-08-23 15:04:38 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
Confirmed. Should be fixed in the next GIT update.
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.