GNOME Bugzilla – Bug 758132
Brief description of non documented functions
Last modified: 2015-12-31 10:14:02 UTC
Created attachment 315627 [details] Source code to reproduce problem In case a function is not documentation and the option EXTRACT_ALL the item should not show up in the documentation / brief description overview. (based on the message, translated to C: http://doxygen.10944.n7.nabble.com/Fortan-problems-td7434.html by Petr Parik and private communications) For the source code see attachment, used Doxyfile: default doxygen -g file.
I've just pushed a proposed solution to github (pull request 411)
Based on the comment fro Dimitri van Heesch the pull request 411 has been withdraw and a new proposed patch has been pushed to github (pull request 415)
Changes have been incorporated in git version on December 3 (7a2164d252a0cb5410ab13b0ca1611a8e94e3c99)
It turns out that this solution is (at least partially) incorrect. undocumented members and classes should be shown in the documentation and can be hidden using HIDE_UNDOC_MEMBERS and HIDE_UNDOC_CLASSES. Now these option have no effect anymore, which can be considered a regression. I'll fix this. For the other "compounds" like namespaces, files, and directories, there is no such "HIDE_*" option, so there it makes sense to hide the compound if it is not documented.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.11. 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).
Is working as expected