Bug 121538 - [GTK] Generate API documentation for GObject DOM bindings
Summary: [GTK] Generate API documentation for GObject DOM bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2013-09-17 23:31 PDT by Carlos Garcia Campos
Modified: 2013-10-18 03:31 PDT (History)
5 users (show)

See Also:


Attachments
Patch (19.81 KB, patch)
2013-09-17 23:41 PDT, Carlos Garcia Campos
gustavo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2013-09-17 23:31:26 PDT
The .symbols file that is now generated for checking GObject DOM bindings API compatibility while building can also be used to generate the files needed to produce the gtk-doc documentation.
Comment 1 Carlos Garcia Campos 2013-09-17 23:41:52 PDT
Created attachment 211974 [details]
Patch
Comment 2 Gustavo Noronha (kov) 2013-10-09 06:51:59 PDT
Comment on attachment 211974 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=211974&action=review

Looks sane except for the extra spaces!

> Tools/gtk/generate-webkitdom-doc-files:34
> +class WebKitDOMDocGeneratorDocs (WebKitDOMDocGenerator):

Space before (
Comment 3 Carlos Garcia Campos 2013-10-18 03:31:58 PDT
Committed r157630: <http://trac.webkit.org/changeset/157630>