GNOME Bugzilla – Bug 787952
Problem parsing c++ gnu::visibility
Last modified: 2017-12-25 18:43:51 UTC
Problems parsing c++ gnu::visibility Example: class [[gnu::visibility("default")]] foo { public: /** * My function. */ void myFunc(); Fails to generate XML output for class foo
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.14. 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).