From 8d655cd2490e04727a74688544f5b152b3993fba Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 16 Mar 2015 15:09:28 +0100 Subject: Doc: Add skeleton documentation for the examples Add a skeleton version of the example documentation for each example, create a group page for them and link to it from the module landing pages. This allows browsing the example code from the docs and also enables listing them in Qt Creator's Welcome mode. Change-Id: I1ba16399b115bb8c5503bc91d2a8dee46417cd01 Reviewed-by: Paul Lemire --- examples/qt3d/simple-qml/doc/src/simple-qml.qdoc | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 examples/qt3d/simple-qml/doc/src/simple-qml.qdoc (limited to 'examples/qt3d/simple-qml') diff --git a/examples/qt3d/simple-qml/doc/src/simple-qml.qdoc b/examples/qt3d/simple-qml/doc/src/simple-qml.qdoc new file mode 100644 index 000000000..8e2be44bd --- /dev/null +++ b/examples/qt3d/simple-qml/doc/src/simple-qml.qdoc @@ -0,0 +1,32 @@ +/**************************************************************************** +** +** Copyright (C) 2015 The Qt Company Ltd. +** Contact: http://www.qt.io/licensing/ +** +** This file is part of the documentation of the Qt Toolkit. +** +** $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 The Qt Company. For licensing terms +** and conditions see http://www.qt.io/terms-conditions. For further +** information use the contact form at http://www.qt.io/contact-us. +** +** GNU Free Documentation License Usage +** Alternatively, this file may be used under the terms of the GNU Free +** Documentation License version 1.3 as published by the Free Software +** Foundation and appearing in the file included in the packaging of +** this file. Please review the following information to ensure +** the GNU Free Documentation License version 1.3 requirements +** will be met: http://www.gnu.org/copyleft/fdl.html. +** $QT_END_LICENSE$ +** +****************************************************************************/ + +/*! + \example simple-qml + \title Qt3D: Simple QML Example + \ingroup qt3d-examples-qml +*/ -- cgit v1.2.3