GNOME Bugzilla – Bug 321708
Gtk-doc does not parse 3-line functions
Last modified: 2006-03-19 22:35:57 UTC
Sometimes, in case of very long function names, function prototypes have to be split up into 3 lines, like this: const char * foo_get_bar (Foo *foo) gtk-doc does not presently handle such cases.
Created attachment 55369 [details] [review] Patch Not a very elegant patch, but it works. I don't know perl well enough to be able to do it in a nicer way.
I've committed the patch, though with some changes. Thanks.