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 161979 - [PATCH] more detailed error report
[PATCH] more detailed error report
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.2
Other Linux
: Normal normal
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-22 13:50 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2005-01-09 17:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
shows correct type of symbol that is related toi the error (936 bytes, patch)
2004-12-22 13:52 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2004-12-22 13:50:52 UTC
I had errors from gtkdoc-mkdb in the form of
WARNING: Parameter description missing in source code comment block -
         Func: GstBufferFlag Param: GST_BUFFER_READONLY.
that not only applied to functions.
The attached patch shows the correct type of the symbol.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2004-12-22 13:52:21 UTC
Created attachment 35118 [details] [review]
shows correct type of symbol that is related toi the error
Comment 2 Damon Chaplin 2005-01-09 17:13:35 UTC
patch applied, and I also made it output "Field" or "Value" instead of
"Parameter". Thanks.