Changeset 97262 in webkit


Ignore:
Timestamp:
Oct 12, 2011 7:58:18 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[WebKit2][gtk] Add few more API's to gtk-doc section file.
https://bugs.webkit.org/show_bug.cgi?id=69921

Patch by Nayan Kumar K <nayankk@motorola.com> on 2011-10-12
Reviewed by Gustavo Noronha Silva.

Generate documentation for existing WebKit2-GTK+ API's,
which are not yet the part of gtk-doc documentation.

  • UIProcess/API/gtk/docs/GNUmakefile.am: List ignore files.
  • UIProcess/API/gtk/docs/webkit2gtk-sections.txt: API's addition.
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r97227 r97262  
     12011-10-12  Nayan Kumar K  <nayankk@motorola.com>
     2
     3        [WebKit2][gtk] Add few more API's to gtk-doc section file.
     4        https://bugs.webkit.org/show_bug.cgi?id=69921
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        Generate documentation for existing WebKit2-GTK+ API's,
     9        which are not yet the part of gtk-doc documentation.
     10
     11        * UIProcess/API/gtk/docs/GNUmakefile.am: List ignore files.
     12        * UIProcess/API/gtk/docs/webkit2gtk-sections.txt: API's addition.
     13
    1142011-10-11  Simon Fraser  <simon.fraser@apple.com>
    215
  • trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am

    r96821 r97262  
    4949# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
    5050IGNORE_HFILES = \
    51    WebKitWebViewBasePrivate.h \
    52    PageClientImpl.h \
    53    WebKitPrivate.h \
    54    WebKitWebContextPrivate.h
     51        LoadTrackingTest.h \
     52        PageClientImpl.h \
     53        TestMain.h \
     54        WebViewTest.h \
     55        WebKitDefines.h \
     56        WebKitPrivate.h \
     57        WebKitWebContextPrivate.h \
     58        WebKitWebViewBasePrivate.h
    5559
    5660# Images to copy into HTML directory.
  • trunk/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt

    r96611 r97262  
    2020<TITLE>WebKitWebContext</TITLE>
    2121WebKitWebContext
     22WebKitCacheModel
    2223webkit_web_context_get_default
     24webkit_web_context_get_cache_model
     25webkit_web_context_set_cache_model
    2326<SUBSECTION Standard>
    2427WebKitWebContextClass
     
    4447webkit_web_view_set_loader_client
    4548webkit_web_view_load_uri
     49webkit_web_view_load_alternate_html
    4650webkit_web_view_go_back
    4751webkit_web_view_go_forward
     52webkit_web_view_reload
     53webkit_web_view_reload_bypass_cache
    4854<SUBSECTION Standard>
    4955WebKitWebViewClass
     
    6369<TITLE>WebKitWebLoaderClient</TITLE>
    6470WebKitWebLoaderClient
     71webkit_web_loader_client_get_estimated_progress
    6572<SUBSECTION Standard>
    6673WebKitWebLoaderClientClass
     
    7986<FILE>WebKitError</FILE>
    8087WEBKIT_NETWORK_ERROR
     88WEBKIT_PLUGIN_ERROR
     89WEBKIT_POLICY_ERROR
    8190WebKitNetworkError
     91WebKitPluginError
     92WebKitPolicyError
    8293webkit_network_error_quark
     94webkit_plugin_error_quark
     95webkit_policy_error_quark
    8396</SECTION>
    8497
Note: See TracChangeset for help on using the changeset viewer.