After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 758132 - Brief description of non documented functions
Brief description of non documented functions
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.11-GIT
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2015-11-15 12:59 UTC by albert
Modified: 2015-12-31 10:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Source code to reproduce problem (253 bytes, application/x-gzip)
2015-11-15 12:59 UTC, albert
Details

Description albert 2015-11-15 12:59:42 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.
Comment 1 albert 2015-11-15 13:07:18 UTC
I've just pushed a proposed solution to github (pull request 411)
Comment 2 albert 2015-11-22 18:26:18 UTC
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)
Comment 3 albert 2015-12-05 13:01:01 UTC
Changes have been incorporated in git version on December 3 (7a2164d252a0cb5410ab13b0ca1611a8e94e3c99)
Comment 4 Dimitri van Heesch 2015-12-28 18:25:35 UTC
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.
Comment 5 Dimitri van Heesch 2015-12-30 10:19:12 UTC
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).
Comment 6 albert 2015-12-31 10:14:02 UTC
Is working as expected