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 316789 - generate docs for signal flags
generate docs for signal flags
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-20 15:32 UTC by Matthias Clasen
Modified: 2005-09-28 17:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a patch (8.12 KB, patch)
2005-09-20 15:33 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2005-09-20 15:32:57 UTC
At least run first/run last/run cleanup is vital information for anyone using a
signal...
Comment 1 Matthias Clasen 2005-09-20 15:33:37 UTC
Created attachment 52432 [details] [review]
a patch
Comment 2 Damon Chaplin 2005-09-28 17:13:13 UTC
Yes, that looks fine.

Though it might be good to add a comment in GetSignals saying what the 
"for ($l = 0; $l < 2; $l++)" loop is for (i.e. the first pass calculates widths).
It took me a while to figure out.
Comment 3 Matthias Clasen 2005-09-28 17:48:18 UTC
Committed, with a little comment about the loop