GNOME Bugzilla – Bug 387681
Wrong parsing of const-* chains
Last modified: 2007-02-16 22:49:11 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:
Created attachment 78658 [details] [review] proposed fix The patch adds the missing \s* after \* (matching the star in const-* chains).
*** Bug 391922 has been marked as a duplicate of this bug. ***
Thanks for the patch. I also patched gtkdoc-mkdb.in and the glib output seems OK now.
*** Bug 383145 has been marked as a duplicate of this bug. ***