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 660436 - Warning for skip annotations on function parameters
Warning for skip annotations on function parameters
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.18
Other Linux
: Normal normal
: 1.19
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-29 10:17 UTC by Stef Walter
Modified: 2011-09-29 17:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Recognize the 'skip' annotation in function parameters (954 bytes, patch)
2011-09-29 10:18 UTC, Stef Walter
committed Details | Review

Description Stef Walter 2011-09-29 10:17:56 UTC
According to https://live.gnome.org/GObjectIntrospection/Annotations (skip) annotations can be used with function parameters. Currently gtkdoc-mkdb warns about them:

../../../gck/gck-object.c:967: warning: unknown annotation "skip" in documentation for gck_object_get_data_async.
Comment 1 Stef Walter 2011-09-29 10:18:10 UTC
Created attachment 197741 [details] [review]
Recognize the 'skip' annotation in function parameters

And don't complain about it.
Comment 2 Stef Walter 2011-09-29 17:49:05 UTC
Thanks!