aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
parent9dcb3e901a179f9211e5431ec966fb0b7de01429 (diff)
Doc: Add some basic documentation
Change-Id: Id6f986bc5d46912355f42e6ae8d72fe2738c2c19 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/qtquick2drenderer.qdocconf31
-rw-r--r--doc/qtquick2drenderer_overview.qdoc26
2 files changed, 0 insertions, 57 deletions
diff --git a/doc/qtquick2drenderer.qdocconf b/doc/qtquick2drenderer.qdocconf
deleted file mode 100644
index e69961c00f..0000000000
--- a/doc/qtquick2drenderer.qdocconf
+++ /dev/null
@@ -1,31 +0,0 @@
-include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
-
-navigation.homepage = "Qt Quick 2D Renderer"
-buildversion = "Qt Quick 2D Renderer $QT_VERSION Reference Documentation"
-
-project = QtQuick2dRenderer
-description = Qt Quick 2D Renderer
-version = $QT_VERSION
-
-sourcedirs += .
-headerdirs += .
-
-imagedirs += images
-
-depends += qtcore qtgui qtquick
-
-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
-
-qhp.QtQuick2dRenderer.filterAttributes = qtquick2drenderer $QT_VERSION
-qhp.QtQuick2dRenderer.customFilters.Qt.name = QtQuick2dRenderer $QT_VERSION
-qhp.QtQuick2dRenderer.customFilters.Qt.filterAttributes = qtquick2drenderer $QT_VERSION
-
-qhp.QtQuick2dRenderer.subprojects = manual
-qhp.QtQuick2dRenderer.subprojects.manual.title = Qt Quick 2D Renderer
-qhp.QtQuick2dRenderer.subprojects.manual.indexTitle = Qt Quick 2D Renderer
-qhp.QtQuick2dRenderer.subprojects.manual.type = manual
diff --git a/doc/qtquick2drenderer_overview.qdoc b/doc/qtquick2drenderer_overview.qdoc
deleted file mode 100644
index 8d6e37f312..0000000000
--- a/doc/qtquick2drenderer_overview.qdoc
+++ /dev/null
@@ -1,26 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/legal
-**
-** This file is part of the documentation of QtQuick 2D Renderer.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia. For licensing terms and
-** conditions see http://qt.digia.com/licensing. For further information
-** use the contact form at http://qt.digia.com/contact-us.
-**
-****************************************************************************/
-
-/*!
-\page qtquick2drenderer-index.html
-\contentspage {qtquick2drenderer-index.html}{Contents}
-
-\title Qt Quick 2D Renderer
-
-The Qt Quick 2D Renderer is a scenegraph plugin that allows QtQuick 2 applications to be run on systems without support for OpenGL.
-*/