RESOLVED FIXED 123900
[GTK] Pass the library namespace to gtkdoc-mkdb
https://bugs.webkit.org/show_bug.cgi?id=123900
Summary [GTK] Pass the library namespace to gtkdoc-mkdb
Carlos Garcia Campos
Reported 2013-11-06 10:02:15 PST
This fixes the generation of the index of symbols in the API documentation. We are currently generating a single entry for all symbols starting with W (all of them), see for example: http://webkitgtk.org/reference/webkitgtk/unstable/index-all.html
Attachments
Patch (3.49 KB, patch)
2013-11-06 10:05 PST, Carlos Garcia Campos
no flags
Updated patch (3.48 KB, patch)
2013-11-07 05:20 PST, Carlos Garcia Campos
mrobinson: review+
Carlos Garcia Campos
Comment 1 2013-11-06 10:05:02 PST
Martin Robinson
Comment 2 2013-11-06 10:08:03 PST
Comment on attachment 216188 [details] Patch Looks good, but perhaps the name of the argument should be namespace instead of name_space/name-space, since the word itself is 'namespace'?
Carlos Garcia Campos
Comment 3 2013-11-06 23:29:17 PST
(In reply to comment #2) > (From update of attachment 216188 [details]) > Looks good, but perhaps the name of the argument should be namespace instead of name_space/name-space, since the word itself is 'namespace'? It makes sense yes, I followed the gtk-doc argument which is name-space. I'll change it.
Carlos Garcia Campos
Comment 4 2013-11-07 05:20:48 PST
Created attachment 216295 [details] Updated patch Use namespace.
Martin Robinson
Comment 5 2013-11-07 08:06:31 PST
(In reply to comment #3) > (In reply to comment #2) > > (From update of attachment 216188 [details] [details]) > > Looks good, but perhaps the name of the argument should be namespace instead of name_space/name-space, since the word itself is 'namespace'? > > It makes sense yes, I followed the gtk-doc argument which is name-space. I'll change it. Oh! Didn't notice that. Another quirk of gtkdoc.
Carlos Garcia Campos
Comment 6 2013-11-08 00:10:17 PST
Note You need to log in before you can comment on or make changes to this bug.