Title: [88683] trunk/Source/WebKit/gtk
Revision
88683
Author
[email protected]
Date
2011-06-13 13:39:05 -0700 (Mon, 13 Jun 2011)

Log Message

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.

Modified Paths

Diff

Modified: trunk/Source/WebKit/gtk/ChangeLog (88682 => 88683)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-06-13 20:36:03 UTC (rev 88682)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-06-13 20:39:05 UTC (rev 88683)
@@ -1,3 +1,12 @@
+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  Xan Lopez  <[email protected]>
 
         Reviewed by Martin Robinson.

Modified: trunk/Source/WebKit/gtk/docs/GNUmakefile.am (88682 => 88683)


--- trunk/Source/WebKit/gtk/docs/GNUmakefile.am	2011-06-13 20:36:03 UTC (rev 88682)
+++ trunk/Source/WebKit/gtk/docs/GNUmakefile.am	2011-06-13 20:39:05 UTC (rev 88683)
@@ -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