GNOME Bugzilla – Bug 161979
[PATCH] more detailed error report
Last modified: 2005-01-09 17:13:35 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.
Created attachment 35118 [details] [review] shows correct type of symbol that is related toi the error
patch applied, and I also made it output "Field" or "Value" instead of "Parameter". Thanks.