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 387681 - Wrong parsing of const-* chains
Wrong parsing of const-* chains
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.7
Other All
: Normal normal
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
: 383145 391922 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-12-19 22:17 UTC by Yeti
Modified: 2007-02-16 22:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (925 bytes, patch)
2006-12-19 22:20 UTC, Yeti
none Details | Review

Description Yeti 2006-12-19 22:17:50 UTC
Please describe the problem:
Building glib 2.12.5 documentation with the current gtk-doc HEAD gives the following errors in gtkdoc-mktmpl stage

###Can't parse args for function g_key_file_set_string_list: const gchar * const   list[],gsize                 length
###Can't parse args for function g_key_file_set_locale_string_list: const gchar * const   list[],gsize                 length


Building libgnomeui 2.16.0 documentation with the current gtk-doc HEAD gives the following errors in gtkdoc-mktmpl stage

###Can't parse args for function gnome_execute_async: char * const argv[]
###Can't parse args for function gnome_execute_async_fds: char * const argv[],gboolean close_fds
###Can't parse args for function gnome_execute_async_with_env: char * const argv[],int envc, char * const envv[]
###Can't parse args for function gnome_execute_async_with_env_fds: char * const argv[], int envc,char * const envv[], gboolean close_fds

Steps to reproduce:
 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Yeti 2006-12-19 22:20:20 UTC
Created attachment 78658 [details] [review]
proposed fix

The patch adds the missing \s* after \* (matching the star in const-* chains).
Comment 2 Damon Chaplin 2007-01-03 14:38:59 UTC
*** Bug 391922 has been marked as a duplicate of this bug. ***
Comment 3 Damon Chaplin 2007-01-03 15:25:44 UTC
Thanks for the patch. I also patched gtkdoc-mkdb.in and the glib output seems OK now.
Comment 4 Damon Chaplin 2007-02-16 22:49:11 UTC
*** Bug 383145 has been marked as a duplicate of this bug. ***