diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-01-06 14:44:00 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-01-06 14:44:00 +0100 |
commit | 40736c5763bf61337c8c14e16d8587db021a87d4 (patch) | |
tree | b17a9c00042ad89cb1308e2484491799aa14e9f8 /Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml | |
download | qtwebkit-40736c5763bf61337c8c14e16d8587db021a87d4.tar.gz |
Imported WebKit commit 2ea9d364d0f6efa8fa64acf19f451504c59be0e4 (http://svn.webkit.org/repository/webkit/trunk@104285)
Diffstat (limited to 'Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml')
-rw-r--r-- | Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml new file mode 100644 index 000000000..c513959c2 --- /dev/null +++ b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ +<!ENTITY version SYSTEM "version.xml"> +]> +<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> + <bookinfo> + <title>WebKit2GTK+ Reference Manual</title> + <releaseinfo>for WebKit2GTK+ &version;</releaseinfo> + </bookinfo> + + <chapter> + <title>Class Overview</title> + <xi:include href="xml/WebKitWebContext.xml"/> + <xi:include href="xml/WebKitWebView.xml"/> + <xi:include href="xml/WebKitWebViewBase.xml"/> + <xi:include href="xml/WebKitBackForwardList.xml"/> + <xi:include href="xml/WebKitBackForwardListItem.xml"/> + <xi:include href="xml/WebKitSettings.xml"/> + <xi:include href="xml/WebKitURIRequest.xml"/> + <xi:include href="xml/WebKitURIResponse.xml"/> + <xi:include href="xml/WebKitWindowProperties.xml"/> + <xi:include href="xml/WebKitError.xml"/> + </chapter> + + <index id="index-all"> + <title>Index</title> + </index> + <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> +</book> |