From 6b8e98aec3f382fedea704691da40376cbe88e5e Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Fri, 15 Jul 2011 09:02:55 +1000 Subject: Bulk update of QtQuick 1 docs to \qmlmodule syntax Change-Id: I7ed2b54ef5a706dcaf7e19d221a6dda7b2620e8c Reviewed-on: http://codereview.qt.nokia.com/1681 Reviewed-by: Qt Sanity Bot Reviewed-by: Martin Jones Reviewed-by: Alan Alpert --- doc/src/declarative/qtquick1.qdoc | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/src/declarative/qtquick1.qdoc (limited to 'doc') diff --git a/doc/src/declarative/qtquick1.qdoc b/doc/src/declarative/qtquick1.qdoc new file mode 100644 index 0000000000..ee4a4565e8 --- /dev/null +++ b/doc/src/declarative/qtquick1.qdoc @@ -0,0 +1,37 @@ +/**************************************************************************** +** +** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). +** All rights reserved. +** Contact: Nokia Corporation (qt-info@nokia.com) +** +** This file is part of the documentation of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:FDL$ +** GNU Free Documentation License +** 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. +** +** Other Usage +** Alternatively, this file may be used in accordance with the terms +** and conditions contained in a signed written agreement between you +** and Nokia. +** +** +** +** +** $QT_END_LICENSE$ +** +****************************************************************************/ + +/*! + \qmlmodule QtQuick 1 + \title QML Module QtQuick 1 + + \brief The QML Elements + + This QML module contains all the QML elements that are + instantiated as objects of C++ classes in the QtDeclarative + module. + */ -- cgit v1.2.3