GNOME Bugzilla – Bug 307960
[PATCH] Fix for gtkdoc parser errors in recent-files comment code
Last modified: 2005-12-31 00:40:08 UTC
While compiling a copy from cvs (in Conglomerate), the gtk-doc parser got these parsing errors ERROR parsing comment block file : parameter expected - ../../src/recent-files/egg-recent-view-uimanager.c:5 ERROR parsing comment block file : parameter expected - ../../src/recent-files/egg-recent-view-uimanager.c:6 ERROR parsing comment block file : parameter expected - ../../src/recent-files/egg-recent-view-uimanager.c:7 ERROR parsing comment block file : parameter expected - ../../src/recent-files/egg-recent-view-uimanager.c:691 I'm about to attach a fix that cleaned it up for Conglomerate's copy. Appears to affect the upstream libegg HEAD in CVS.
Created attachment 47873 [details] [review] Stop gtk-doc from interpreting the licensing comment as a function header, and remove documentation of a void argument list
Comment on attachment 47873 [details] [review] Stop gtk-doc from interpreting the licensing comment as a function header, and remove documentation of a void argument list (this was a patch to Conglomerate, but it should be applicable to the appropriate path of CVS HEAD libegg)
Commit
What is the verbose version of Commit ??? I can live with only an update on the status flags of the patch, (available flags are in the pick-list ( list of values ) in the attachment box ) but prefer to addition of some human words. In other words: Please take time to communicate with your peers.
It means "The patch looks good, please go ahead and commit it to CVS". I assume Dave will mark the bug as fixed once that has occurred.
I asked emanuelle whether it is okay if i committed a similar patch some time ago (i just left out the bonobo.c and the uimanager.c files as i didn't use - and so didn't sync - them). I'm pretty sure that this patch is okay, so Dave, please commit.
finally, fixed in HEAD. sorry for taking too long.