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 568706 - gtkdoc-scan: use CamelCase id for interfaces
gtkdoc-scan: use CamelCase id for interfaces
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.11
Other Linux
: Normal minor
: 1.12
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-22 15:18 UTC by Yeti
Modified: 2009-01-23 08:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (405 bytes, patch)
2009-01-22 15:19 UTC, Yeti
committed Details | Review

Description Yeti 2009-01-22 15:18:53 UTC
Headers declaring object GtkFoo are given title GtkFoo whereas headers declaring
interface GtkFoo are given title gtkfoo (or whatever the file name is) by gtkdoc-scan.

Most people won't notice because they do not --rebuild-sections so they have the
fixed name in section file, or templates or @section_id.  But gtkdoc-scan should get it right iself.
Comment 1 Yeti 2009-01-22 15:19:38 UTC
Created attachment 127001 [details] [review]
proposed patch
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2009-01-23 08:18:19 UTC
2009-01-23  Stefan Kost  <ensonic@users.sf.net>

	patch by: David Nečas <yeti@physics.muni.cz>

	* gtkdoc-scan.in:
	  Use CamelCase id for interfaces. Fixes #568706.