Title: [97364] trunk/Source/WebKit2
Revision
97364
Author
[email protected]
Date
2011-10-13 06:58:48 -0700 (Thu, 13 Oct 2011)

Log Message

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

Patch by Nayan Kumar K <[email protected]> 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.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (97363 => 97364)


--- trunk/Source/WebKit2/ChangeLog	2011-10-13 11:13:32 UTC (rev 97363)
+++ trunk/Source/WebKit2/ChangeLog	2011-10-13 13:58:48 UTC (rev 97364)
@@ -1,3 +1,16 @@
+2011-10-13  Nayan Kumar K  <[email protected]>
+
+        [WebKit2][gtk] Fix warnings while generating WebKit2-GTK+ documentation.
+        https://bugs.webkit.org/show_bug.cgi?id=69928
+
+        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.
+
 2011-10-12  Joseph Pecoraro  <[email protected]>
 
         Pass Parsed Accept Attribute MIME Types to WebKit Clients

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.h (97363 => 97364)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.h	2011-10-13 11:13:32 UTC (rev 97363)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.h	2011-10-13 13:58:48 UTC (rev 97364)
@@ -36,7 +36,7 @@
 #define WEBKIT_IS_WEB_CONTEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),  WEBKIT_TYPE_WEB_CONTEXT))
 #define WEBKIT_WEB_CONTEXT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),  WEBKIT_TYPE_WEB_CONTEXT, WebKitWebContextClass))
 
-/*
+/**
  * WebKitCacheModel:
  * @WEBKIT_CACHE_MODEL_DOCUMENT_VIEWER: Disable the cache completely, which
  *   substantially reduces memory usage. Useful for applications that only

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp (97363 => 97364)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp	2011-10-13 11:13:32 UTC (rev 97363)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp	2011-10-13 13:58:48 UTC (rev 97364)
@@ -267,7 +267,7 @@
 
 /**
  * webkit_web_view_reload_bypass_cache:
- * @webView: a #WebKitWebView
+ * @web_view: a #WebKitWebView
  *
  * Reloads the current contents of @web_view without
  * using any cached data.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to