GNOME Bugzilla – Bug 707825
Const treatment
Last modified: 2013-12-24 18:59:31 UTC
Created attachment 254542 [details] The doxyfile Attached are a very simple C testfile and a doxyfile to process it. The C file demonstrates two problems. 1. If a function returns a pointer to a constant object and the object is a structure, then in the documentation the const qualifier is missing from the function's prototype. 2. Even if the INLINE_INFO flag is set to YES in the doxyfile, the [inline] qualifier is missing from the documentation. Maybe it is just an incorrect doxyfile, but no matter what I do, I can't these two things to behave as they should. Doxygen 1.8.4 has the exact same problems.
Created attachment 254543 [details] The test C file
Sorry, my fault. The second problem reported is not valid. Doxygen properly extracts the "inline" feature, only the way it is shown has changed and I looked for the old style marker. The first problem, however,
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.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 (preferrably in the form of a self-contained example).