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 419308 - unsynced regexps for parameter parsing
unsynced regexps for parameter parsing
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.8
Other Linux
: Normal normal
: 1.9
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-17 11:40 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2007-09-22 19:49 UTC
See Also:
GNOME target: 2.20.x
GNOME version: ---


Attachments
sync the function decl arg parsing (3.78 KB, patch)
2007-03-17 11:40 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2007-03-17 11:40:03 UTC
we have some similar code in  gtkdoc-mkdb.in gtkdoc-mktmpl.in. It drifted apart.

The attached patch fixes it, but I wonder if the code should not better be moved to gtkdoc-common as ParseFunctionDeclaration. But that doesn't look too easy right now.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2007-03-17 11:40:53 UTC
Created attachment 84761 [details] [review]
sync the function decl arg parsing
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2007-07-15 09:03:49 UTC
2007-07-15  Stefan Kost  <ensonic@users.sf.net>

	* gtkdoc-mkdb.in:
	* gtkdoc-mktmpl.in:
	Sync the function decl arg parsing. Fixes #419308.