aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc/config/qtquick2drenderer.qdocconf
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@digia.com>2014-09-12 14:29:57 +0200
committerAndy Nichols <andy.nichols@digia.com>2014-11-18 13:39:15 +0200
commit88690a7c78dc19fb43f3936aa56cd45f18b8e2dd (patch)
treea55a2f22b2c017867a341bc4d0b9b3ed62825042 /src/doc/config/qtquick2drenderer.qdocconf
parent9dcb3e901a179f9211e5431ec966fb0b7de01429 (diff)
Doc: Add some basic documentation
Change-Id: Id6f986bc5d46912355f42e6ae8d72fe2738c2c19 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'src/doc/config/qtquick2drenderer.qdocconf')
-rw-r--r--src/doc/config/qtquick2drenderer.qdocconf54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/doc/config/qtquick2drenderer.qdocconf b/src/doc/config/qtquick2drenderer.qdocconf
new file mode 100644
index 0000000000..bf4791e6fd
--- /dev/null
+++ b/src/doc/config/qtquick2drenderer.qdocconf
@@ -0,0 +1,54 @@
+include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
+include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf)
+include($QT_INSTALL_DOCS/global/fileextensions.qdocconf)
+
+HTML.nobreadcrumbs = "true"
+
+HTML.footer = \
+ " <div class=\"ft\">\n" \
+ " <span></span>\n" \
+ " </div>\n" \
+ "</div> \n" \
+ "<div class=\"footer\">\n" \
+ " <p>\n" \
+ " <acronym title=\"Copyright\">&copy;</acronym> 2014 Digia Plc and/or its\n" \
+ " subsidiaries.</p>\n" \
+ " <p>\n" \
+ " Licensees holding valid Qt Commercial licenses may use this document in\n" \
+ " accordance with the Qt Commercial License Agreement provided with the\n" \
+ " Software or, alternatively, in accordance with the terms contained in a\n" \
+ " written agreement between you and Digia.<\p>\n" \
+ " <p>\n" \
+ " Digia, Qt and their respective logos are trademarks of Digia Plc \n" \
+ " in Finland and/or other countries worldwide. All other trademarks are property\n" \
+ " of their respective owners. <a title=\"Privacy Policy\"\n" \
+ " href=\"http://qt.digia.com/Digia-Legal-Notice--Privacy-Policy/\">Privacy Policy</a></p>\n" \
+ "</div>\n"
+
+naturallanguate = en_US
+outputencoding = UTF-8
+sourceencoding = UTF-8
+
+projects = QtQuick2dRenderer
+description = Qt Quick 2D Renderer Documentation
+version = $QT_VERSION
+
+sourcedirs = ../src
+imagedirs += ../images
+
+qhp.projects = QtQuick2dRenderer
+
+qhp.QtQuick2dRenderer.file = qtquick2drenderer.qhp
+qhp.QtQuick2dRenderer.namespace = com.digia.qtquick2drenderer.$QT_VERSION_TAG
+qhp.QtQuick2dRenderer.virtualFolder = qtquick2drenderer
+qhp.QtQuick2dRenderer.indexTitle = Qt Quick 2D Renderer Documentation
+qhp.QtQuick2dRenderer.indexRoot =
+
+qhp.QtQuick2dRenderer.subprojects = manual
+qhp.QtQuick2dRenderer.manual.index = Qt Quick 2D Renderer
+qhp.QtQuick2dRenderer.manual.indexTitle = Qt Quick 2D Renderer
+qhp.QtQuick2dRenderer.manual.type = manual
+
+macro.RENDERER = "Qt Quick 2D Renderer"
+
+navigation.landingpage = "Qt Quick 2D Renderer"