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 321708 - Gtk-doc does not parse 3-line functions
Gtk-doc does not parse 3-line functions
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.4
Other Linux
: Normal major
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-17 11:33 UTC by Jorn Baayen
Modified: 2006-03-19 22:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (3.84 KB, patch)
2005-11-29 12:07 UTC, Jorn Baayen
none Details | Review

Description Jorn Baayen 2005-11-17 11:33:06 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.
Comment 1 Jorn Baayen 2005-11-29 12:07:32 UTC
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.
Comment 2 Damon Chaplin 2006-03-19 22:35:57 UTC
I've committed the patch, though with some changes. Thanks.