Fix reference to example paths
authorhjk <qthjk@ovi.com>
Thu, 6 Dec 2012 09:33:23 +0000 (10:33 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 6 Dec 2012 09:48:27 +0000 (10:48 +0100)
This eliminates seven EXAMPLE PATH DOES NOT EXIST warnings.

Change-Id: Iaa6267138a1799fb775f0034805d5691bfa40d7c
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
examples/gui/doc/analogclockwindow.qdoc
examples/gui/doc/openglwindow.qdoc
examples/gui/doc/rasterwindow.qdoc
examples/threads/doc/src/mandelbrot.qdoc
examples/threads/doc/src/queuedcustomtype.qdoc
examples/threads/doc/src/semaphores.qdoc
examples/threads/doc/src/waitconditions.qdoc

index ebe9f9a..ff361a2 100644 (file)
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \example gui/analogclock
+    \example analogclock
     \title Analog Clock Window Example
 
     \brief The Analog Clock Window example shows how to draw the contents of
index 9d693bc..f5af944 100644 (file)
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \example gui/openglwindow
+    \example openglwindow
     \title OpenGL Window Example
 
     \brief This example shows how to create a minimal QWindow based application
index 971b921..f246533 100644 (file)
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \example gui/rasterwindow
+    \example rasterwindow
     \title Raster Window Example
 
     \brief This example shows how to create a minimal QWindow based
index 842f422..45ef2ba 100644 (file)
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \example threads/mandelbrot
+    \example mandelbrot
     \title Mandelbrot Example
 
     The Mandelbrot example shows how to use a worker thread to
index a1f2d54..35e6185 100644 (file)
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \example threads/queuedcustomtype
+    \example queuedcustomtype
     \title Queued Custom Type Example
 
     The Queued Custom Type example shows how to send custom types between
index a712cb6..bea0447 100644 (file)
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \example threads/semaphores
+    \example semaphores
     \title Semaphores Example
 
     The Semaphores example shows how to use QSemaphore to control
index 3ca1970..6d42719 100644 (file)
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \example threads/waitconditions
+    \example waitconditions
     \title Wait Conditions Example
 
     The Wait Conditions example shows how to use QWaitCondition and