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 320588 - gtkdoc mkdb does not parse multiline macroheads propertly
gtkdoc mkdb does not parse multiline macroheads propertly
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-11-03 10:32 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2006-03-19 17:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
joins header lines (991 bytes, patch)
2005-12-07 14:22 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2005-11-03 10:32:35 UTC
WARNING: Parameter described in source code comment block but does not exist -
         MACRO: GST_BOILERPLATE_WITH_INTERFACE Parameter: parent_type.
WARNING: Parameter described in source code comment block but does not exist -
         MACRO: GST_BOILERPLATE_WITH_INTERFACE Parameter: interface_type_as_macro.


#define GST_BOILERPLATE_WITH_INTERFACE(type, type_as_function,		\
    parent_type, parent_type_as_macro, interface_type,			\
    interface_type_as_macro, interface_as_function)			\
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2005-12-07 14:22:07 UTC
Created attachment 55747 [details] [review]
joins header lines

the patch just joins the headerlines before splitting then on ','.

the patch also contains a simple (unrelated) change to sort the unused symbols
when outputing them into the unused file.

okay to commit?
Comment 2 Damon Chaplin 2006-03-19 17:06:22 UTC
It looks like this is already in cvs.