From c88a4bb0bcd6d860ff222f6bcb8798d18c0079f7 Mon Sep 17 00:00:00 2001 From: vertries Date: Tue, 17 Apr 2012 14:53:26 +0200 Subject: [PATCH] Doc: Fixed tutorial articles' types. -Added "tutorial" to the \page command. -Removed "Tutorial" in the title. Change-Id: Id336828239a39413a438dc4126c10432aba65553 Reviewed-by: Jerome Pasion --- doc/src/examples/advtutorial.qdoc | 2 +- doc/src/examples/dynamicview-tutorial.qdoc | 2 +- doc/src/examples/example-slideswitch.qdoc | 2 +- doc/src/qml/extending-tutorial.qdoc | 4 ++-- doc/src/qtquick2/behaviors-and-states.qdoc | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/examples/advtutorial.qdoc b/doc/src/examples/advtutorial.qdoc index 4b4f562..fb5134d 100644 --- a/doc/src/examples/advtutorial.qdoc +++ b/doc/src/examples/advtutorial.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! -\page qml-advtutorial.html +\page qml-advtutorial.html tutorial \inqmlmodule QtQuick 2 \title QML Advanced Tutorial \brief A more advanced tutorial, showing how to use QML to create a game. diff --git a/doc/src/examples/dynamicview-tutorial.qdoc b/doc/src/examples/dynamicview-tutorial.qdoc index d1f69c2..210a762 100644 --- a/doc/src/examples/dynamicview-tutorial.qdoc +++ b/doc/src/examples/dynamicview-tutorial.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! -\page qml-dynamicview-tutorial.html +\page qml-dynamicview-tutorial.html tutorial \inqmlmodule QtQuick 2 \title QML Dynamic View Ordering Tutorial \brief A tutorial describing how to re-arrange items in a QML ListView diff --git a/doc/src/examples/example-slideswitch.qdoc b/doc/src/examples/example-slideswitch.qdoc index 259d0ab..61300c9 100644 --- a/doc/src/examples/example-slideswitch.qdoc +++ b/doc/src/examples/example-slideswitch.qdoc @@ -27,7 +27,7 @@ /*! -\page qmlexampletoggleswitch.html +\page qmlexampletoggleswitch.html tutorial \title QML Example - Toggle Switch \brief A reusable switch component made in QML This example shows how to create a reusable switch component in QML. diff --git a/doc/src/qml/extending-tutorial.qdoc b/doc/src/qml/extending-tutorial.qdoc index a17cd24..b5958d9 100644 --- a/doc/src/qml/extending-tutorial.qdoc +++ b/doc/src/qml/extending-tutorial.qdoc @@ -26,8 +26,8 @@ ****************************************************************************/ /*! -\page qml-extending-tutorial-index.html -\title Tutorial: Writing QML Extensions with C++ +\page qml-extending-tutorial-index.html tutorial +\title Writing QML Extensions with C++ \brief tutorial about extending QML with Qt C++ The Qt Declarative module provides a set of APIs for extending QML through diff --git a/doc/src/qtquick2/behaviors-and-states.qdoc b/doc/src/qtquick2/behaviors-and-states.qdoc index 16ee0f9..ab2e1f7 100644 --- a/doc/src/qtquick2/behaviors-and-states.qdoc +++ b/doc/src/qtquick2/behaviors-and-states.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! -\page qtquick-behaviors-states.html +\page qtquick-behaviors-states.html tutorial \title Using QML Behaviors with States \brief animating property changes with behaviors -- 2.7.4