Title: [98086] trunk/Source/WebKit2
Revision
98086
Author
[email protected]
Date
2011-10-21 01:44:49 -0700 (Fri, 21 Oct 2011)

Log Message

[GTK] Fix API documentation comment for webkit_web_view_get_estimated_load_progress()
https://bugs.webkit.org/show_bug.cgi?id=70587

Reviewed by Philippe Normand.

It's should start with /** to be recognized as API documentation.

* UIProcess/API/gtk/WebKitWebView.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (98085 => 98086)


--- trunk/Source/WebKit2/ChangeLog	2011-10-21 08:40:06 UTC (rev 98085)
+++ trunk/Source/WebKit2/ChangeLog	2011-10-21 08:44:49 UTC (rev 98086)
@@ -1,3 +1,14 @@
+2011-10-21  Carlos Garcia Campos  <[email protected]>
+
+        [GTK] Fix API documentation comment for webkit_web_view_get_estimated_load_progress()
+        https://bugs.webkit.org/show_bug.cgi?id=70587
+
+        Reviewed by Philippe Normand.
+
+        It's should start with /** to be recognized as API documentation.
+
+        * UIProcess/API/gtk/WebKitWebView.cpp:
+
 2011-10-21  Csaba Osztrogonác  <[email protected]>
 
         [Qt][WK2] Unreviewed buildfix for newer Qt5. Remove duplicated defines.

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


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp	2011-10-21 08:40:06 UTC (rev 98085)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp	2011-10-21 08:44:49 UTC (rev 98086)
@@ -435,7 +435,7 @@
     WKPageSetCustomTextEncodingName(toAPI(page), wkEncodingName.get());
 }
 
-/*
+/**
  * webkit_web_view_get_estimated_load_progress:
  * @web_view: a #WebKitWebView
  *
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to