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 591950 - enum and GBoxed types should have their own standard section
enum and GBoxed types should have their own standard section
Status: RESOLVED DUPLICATE of bug 605025
Product: gtk-doc
Classification: Platform
Component: general
1.12
Other All
: Normal enhancement
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-16 10:11 UTC by Nicola Fontana
Modified: 2009-12-23 16:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch implementing the above (2.82 KB, patch)
2009-08-16 10:15 UTC, Nicola Fontana
none Details | Review

Description Nicola Fontana 2009-08-16 10:11:32 UTC
Actually the standard section is enabled only when _IS_${class}_CLASS or _IS_${class} macro is found. This will catch only types with a class, that is GObject based.

To be consistent I think the same standard section should be enabled for any type, enum and GBoxed included. Checking for _TYPE_$type instead of the class will include everything.
Comment 1 Nicola Fontana 2009-08-16 10:15:45 UTC
Created attachment 140873 [details] [review]
Patch implementing the above
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2009-12-22 18:27:49 UTC
Nicola, could you please join the discussion in bug #605025. I think its about the same topic. If you agree its about the same and we can agree how we actually do it, we can close one of the bugs.
Comment 3 Nicola Fontana 2009-12-23 16:26:18 UTC
Yes, this is related to the second point in bug #605025: fill free to close this one.
Comment 4 Javier Jardón (IRC: jjardon) 2009-12-23 16:44:52 UTC

*** This bug has been marked as a duplicate of bug 605025 ***