Remove sections with no doc content for now
authorBea Lam <bea.lam@nokia.com>
Thu, 5 Jul 2012 00:41:56 +0000 (10:41 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 5 Jul 2012 01:35:15 +0000 (03:35 +0200)
Change-Id: I23566853ffebec4de3c48ce4f5cd1c4b1f2389d5
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
src/quick/doc/src/appdevguide/applicationdevelopers.qdoc

index 848a425..041dda8 100644 (file)
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-/*!
-\page qtquick-applicationdevelopers.html
-\title QML Application Developer Resources
-\brief Essential documentation for QML application developers
 
-\section1 Overview Of QML and Qt Quick
+/*
+XXX
 
-\section2 What Is QML?
+These sections have been temporarily removed from the
+"QML Application Developer Resources" page as we do not have any content
+for them yet.
 
-QML is a user-interface specification and programming language.
-It allows highly performant, fluidly animated, visually appealing applications
-to be rapidly developed by either developers or designers.  QML offers a
-highly-readable, declarative, JSON-like syntax with support for imperative
-JavaScript expressions combined with dynamic property bindings.
+Once we have written content for these sections, they can be re-integrated.
 
-\section2 What Is Qt Quick?
+See QTBUG-26427 and QTBUG-26428
 
-Qt Quick is the standard library of types and functionality for QML.  It
-includes visual elements, interactive elements, animations, models and views,
-particle effects and shader effects.  A QML application developer can get
-access to all of that functionality with a single import statement.
 
 \section1 Quick Start
 
@@ -78,6 +69,40 @@ access to all of that functionality with a single import statement.
 \li \l{qtquick-usecase-multimedia.html}{Playing Sounds And Video In QML}
 \endlist
 
+*/
+
+/*!
+\page qtquick-applicationdevelopers.html
+\title QML Application Developer Resources
+\brief Essential documentation for QML application developers
+
+\section1 Overview Of QML and Qt Quick
+
+\section2 What Is QML?
+
+QML is a user-interface specification and programming language.
+It allows highly performant, fluidly animated, visually appealing applications
+to be rapidly developed by either developers or designers.  QML offers a
+highly-readable, declarative, JSON-like syntax with support for imperative
+JavaScript expressions combined with dynamic property bindings.
+
+\b {The QML language and engine infrastructure is provided by the Qt QML module.
+See the \l{qtqml-main.html}{Qt QML Module Documentation} for
+in-depth information about using the QML language.}
+
+
+\section2 What Is Qt Quick?
+
+Qt Quick is the standard library of types and functionality for QML.  It
+includes visual elements, interactive elements, animations, models and views,
+particle effects and shader effects.  A QML application developer can get
+access to all of that functionality with a single import statement.
+
+\b {The QtQuick QML library is provided by the Qt Quick module. See the
+documentation for the \l{qtquick-main.html}{Qt Quick Module Documentation} for in-depth
+information about the various QML types and other functionality provided by
+Qt Quick.}
+
 \section1 Important Application Development Topics
 
 \list
@@ -87,7 +112,6 @@ access to all of that functionality with a single import statement.
 \li \l{qtquick-glossary.html}{Glossary Of Terms}
 \endlist
 
-
 \section1 Testing and Debugging
 \list
 \li \l{qtquick-qmlscene.html}{Prototyping with qmlscene}
@@ -102,17 +126,5 @@ access to all of that functionality with a single import statement.
 \li \l{qtquick-porting-qt5.html}{Porting QML Applications to Qt 5}
 \endlist
 
-
-\section1 Further Information About The QML Language
-
-Please see the documentation for the \l{qtqml-main.html}{Qt QML Module} for
-in-depth information about QML documents and the QML language.
-
-\section1 Further Information About Qt Quick
-
-Please see the documentation for the \l{qtquick-main.html}{Qt Quick Module}
-for in-depth information about the various QML types and other functionality
-provided by Qt Quick.
-
 */