GNOME Bugzilla – Bug 761007
Spaces between the closing bracket of the typename and the opening bracket of the parameter list cause detection issues.
Last modified: 2016-09-05 13:45:39 UTC
Created attachment 319576 [details] Four images showing the used code and its generated documentation. When typedefs involving a parameter list (function typedefs) are formated with a space between the closing bracket of the typename and the opening bracket of the parameter list, the Doxygen parser does not document it correctly, understanding the last string of the parameter list to be the typename rather than the desired typename within the first set of brackets. Four images have been attached to illustrate the issue, as I believe they show the issue better than I am capable of explaining it. The two with the prefix 'Space' are those taken from the original source, the space included, and the two with the 'NoSpace' prefix show the modified source and its correctly(!) generated documentation.
Images are nice and say indeed often more than a description but to reproduce the problem a small example with the output (and the above given description) is better. I've just pushed a proposed solution to github (pull request 447)
Patch has been included in github version
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.12. 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 (preferably in the form of a self-contained example).