GNOME Bugzilla – Bug 320588
gtkdoc mkdb does not parse multiline macroheads propertly
Last modified: 2006-03-19 17:06:22 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) \
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?
It looks like this is already in cvs.