Changeset 97364 in webkit


Ignore:
Timestamp:
Oct 13, 2011 6:58:48 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[WebKit2][gtk] Fix warnings while generating WebKit2-GTK+ documentation.
https://bugs.webkit.org/show_bug.cgi?id=69928

Patch by Nayan Kumar K <nayankk@motorola.com> on 2011-10-13
Reviewed by Philippe Normand.

Patch fixes the warnings reported by gtk-doc while generating
WebKit2-GTK+ documentation.

  • UIProcess/API/gtk/WebKitWebContext.h: Correct the documentation comment.
  • UIProcess/API/gtk/WebKitWebView.cpp: Parameter name correction.
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r97338 r97364  
     12011-10-13  Nayan Kumar K  <nayankk@motorola.com>
     2
     3        [WebKit2][gtk] Fix warnings while generating WebKit2-GTK+ documentation.
     4        https://bugs.webkit.org/show_bug.cgi?id=69928
     5
     6        Reviewed by Philippe Normand.
     7
     8        Patch fixes the warnings reported by gtk-doc while generating
     9        WebKit2-GTK+ documentation.
     10
     11        * UIProcess/API/gtk/WebKitWebContext.h: Correct the documentation comment.
     12        * UIProcess/API/gtk/WebKitWebView.cpp: Parameter name correction.
     13
    1142011-10-12  Joseph Pecoraro  <joepeck@webkit.org>
    215
  • trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.h

    r96829 r97364  
    3737#define WEBKIT_WEB_CONTEXT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_TYPE_WEB_CONTEXT, WebKitWebContextClass))
    3838
    39 /*
     39/**
    4040 * WebKitCacheModel:
    4141 * @WEBKIT_CACHE_MODEL_DOCUMENT_VIEWER: Disable the cache completely, which
  • trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp

    r97047 r97364  
    268268/**
    269269 * webkit_web_view_reload_bypass_cache:
    270  * @webView: a #WebKitWebView
     270 * @web_view: a #WebKitWebView
    271271 *
    272272 * Reloads the current contents of @web_view without
Note: See TracChangeset for help on using the changeset viewer.