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 332483 - allow links to signals and properties
allow links to signals and properties
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-24 19:31 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2006-03-19 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
implements the name conversion (816 bytes, patch)
2006-02-24 19:36 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review
allow links to constants (1.60 KB, patch)
2006-03-07 08:39 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2006-02-24 19:31:48 UTC
Right now one need to write
#Object-signal to link to a signal and
#Object--property to link to properties.

This does not conforms with the normal notation:
Object::signal
Object:property

The attached patch fixes this.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2006-02-24 19:36:25 UTC
Created attachment 60075 [details] [review]
implements the name conversion
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2006-03-07 08:39:10 UTC
Created attachment 60825 [details] [review]
allow links to constants

enhanced patch that also allows to link to constants like enum-values, by using %G_EXAMPLE_CONSTANT in the doc comments
Comment 3 Damon Chaplin 2006-03-19 18:23:55 UTC
Committed with a minor change (it was outputting $member_name twice).