Doc: Make the titles of example pages consistent
authorSze Howe Koh <szehowe.koh@gmail.com>
Sat, 4 May 2013 16:31:03 +0000 (00:31 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 6 May 2013 14:35:28 +0000 (16:35 +0200)
Most of the example titles have either a "Qt Quick Examples -" prefix or
a "Scene Graph -" prefix.

Also fixed a typo ("Scenegraph" -> "Scene Graph")

Change-Id: Ibeb25d88d1888be3fb004a9ad95dc7ccbfeed7e3
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>

examples/quick/imageelements/doc/src/imageelements.qdoc
examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc
examples/quick/shadereffects/doc/src/shadereffects.qdoc
examples/quick/text/doc/src/text.qdoc
examples/quick/ui-components/slideswitch/doc/src/example-slideswitch.qdoc

index 5abcece..c9c2259 100644 (file)
@@ -25,7 +25,7 @@
 **
 ****************************************************************************/
 /*!
-    \title QML Examples - Image Elements
+    \title Qt Quick Examples - Image Elements
     \example imageelements
     \brief This is a collection of QML examples relating to image types.
     \image qml-imageelements-example.png
index 9450c19..11fd073 100644 (file)
@@ -27,7 +27,7 @@
 
 
 /*!
-    \title Scenegraph Painted Item Example
+    \title Scene Graph - Painted Item
     \brief Shows how to implement QPainter-based custom scenegraph items.
     \example customitems/painteditem
     \ingroup qtquickexamples
@@ -72,7 +72,7 @@
     \snippet quick/customitems/painteditem/textballoon.cpp 0
 
     Then we implement the \c paint() function which is automatically called by
-    the Scenegraph framework to paint the contents of the item. The function
+    the Scene Graph framework to paint the contents of the item. The function
     paints the item in local coordinates.
 
     \snippet quick/customitems/painteditem/textballoon.cpp 1
index 6f6311a..e0f03cb 100644 (file)
@@ -25,7 +25,7 @@
 **
 ****************************************************************************/
 /*!
-    \title QML Examples - Shader Effects
+    \title Qt Quick Examples - Shader Effects
     \example shadereffects
     \image qml-shadereffects-example.png
     \brief This is a shader effects example
index 1f173ac..c4ea313 100644 (file)
@@ -25,7 +25,7 @@
 **
 ****************************************************************************/
 /*!
-    \title QML Examples - Text
+    \title Qt Quick Examples - Text
     \example text
     \brief This is a collection of QML examples relating to text
     \image qml-text-example.png
index 1ebe7eb..05597b7 100644 (file)
@@ -28,7 +28,7 @@
 
 /*!
 \page qmlexampletoggleswitch.html tutorial
-\title QML Example - Toggle Switch
+\title Qt Quick Examples - Toggle Switch
 \brief A reusable switch component made in QML
  \ingroup qtquickexamples