Title: [88687] releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk
Revision
88687
Author
[email protected]
Date
2011-06-13 13:52:02 -0700 (Mon, 13 Jun 2011)

Log Message

Merging r88683

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/ChangeLog (88686 => 88687)


--- releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/ChangeLog	2011-06-13 20:49:39 UTC (rev 88686)
+++ releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/ChangeLog	2011-06-13 20:52:02 UTC (rev 88687)
@@ -1,5 +1,14 @@
 2011-06-13  Martin Robinson  <[email protected]>
 
+        Reviewed by Xan Lopez.
+
+        Update the list of ignored GTK+ header files for the documentation
+        generation.
+
+        * docs/GNUmakefile.am: Update ignored header list.
+
+2011-06-13  Martin Robinson  <[email protected]>
+
         Reviewed by Gustavo Noronha Silva.
 
         [GTK] gtkdoc run produces many warnings about missing declarations

Modified: releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/docs/GNUmakefile.am (88686 => 88687)


--- releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/docs/GNUmakefile.am	2011-06-13 20:49:39 UTC (rev 88686)
+++ releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/docs/GNUmakefile.am	2011-06-13 20:52:02 UTC (rev 88687)
@@ -47,7 +47,28 @@
 
 # Header files to ignore when scanning.
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=webkitprivate.h
+IGNORE_HFILES = \
+   webkitdownloadprivate.h \
+   webkitgeolocationpolicydecisionprivate.h \
+   webkitglobalsprivate.h \
+   webkithittestresultprivate.h \
+   webkitnetworkrequestprivate.h \
+   webkitnetworkresponseprivate.h \
+   webkitsecurityoriginprivate.h \
+   webkitviewportattributesprivate.h \
+   webkitwebbackforwardlistprivate.h \
+   webkitwebdatasourceprivate.h \
+   webkitwebframeprivate.h \
+   webkitwebhistoryitemprivate.h \
+   webkitwebinspectorprivate.h \
+   webkitwebnavigationactionprivate.h \
+   webkitwebplugindatabaseprivate.h \
+   webkitwebpluginprivate.h \
+   webkitwebpolicydecisionprivate.h \
+   webkitwebresourceprivate.h \
+   webkitwebsettingsprivate.h \
+   webkitwebviewprivate.h \
+   webkitwebwindowfeaturesprivate.h
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to