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 617121 - /*< private >*/ declarations in enums are still displayed
/*< private >*/ declarations in enums are still displayed
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.14
Other Mac OS
: Normal normal
: 1.18
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-28 19:45 UTC by Philip Chimento
Modified: 2011-09-08 17:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Chimento 2010-04-28 19:45:41 UTC
Writing /*< private >*/ in an enum prevents gtk-doc from issuing warnings if the private enum values aren't documented. However, the private values are still displayed in the enum { } block in the HTML documentation, complete with /*< private >*/ comment.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2011-09-08 17:14:55 UTC
commit 61a247a870ae07f5ae02537450bbc483b4a439cd
Author: Stefan Sauer <ensonic@users.sf.net>
Date:   Thu Sep 8 19:13:38 2011 +0200

    mkdb: also pretty print/filter enum declarations
    
    Strip private enums from the declaration in the docs. Fixes #617121.