diff options
| author | hjk <[email protected]> | 2012-12-06 10:33:23 +0100 |
|---|---|---|
| committer | The Qt Project <[email protected]> | 2012-12-06 10:48:27 +0100 |
| commit | 22e3111127d31cc6440f1a13833205a72c9c4ab6 (patch) | |
| tree | 21510dedbbca0a337c2fd2b84385c5a3b71fab9b | |
| parent | e77eec1cf781df50c34601801c1ef3d5e6dcf370 (diff) | |
Fix reference to example paths
This eliminates seven EXAMPLE PATH DOES NOT EXIST warnings.
Change-Id: Iaa6267138a1799fb775f0034805d5691bfa40d7c
Reviewed-by: Christian Stenger <[email protected]>
Reviewed-by: Jerome Pasion <[email protected]>
| -rw-r--r-- | examples/gui/doc/analogclockwindow.qdoc | 2 | ||||
| -rw-r--r-- | examples/gui/doc/openglwindow.qdoc | 2 | ||||
| -rw-r--r-- | examples/gui/doc/rasterwindow.qdoc | 2 | ||||
| -rw-r--r-- | examples/threads/doc/src/mandelbrot.qdoc | 2 | ||||
| -rw-r--r-- | examples/threads/doc/src/queuedcustomtype.qdoc | 2 | ||||
| -rw-r--r-- | examples/threads/doc/src/semaphores.qdoc | 2 | ||||
| -rw-r--r-- | examples/threads/doc/src/waitconditions.qdoc | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/gui/doc/analogclockwindow.qdoc b/examples/gui/doc/analogclockwindow.qdoc index ebe9f9a418f..ff361a27b1f 100644 --- a/examples/gui/doc/analogclockwindow.qdoc +++ b/examples/gui/doc/analogclockwindow.qdoc @@ -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 diff --git a/examples/gui/doc/openglwindow.qdoc b/examples/gui/doc/openglwindow.qdoc index 9d693bc50e7..f5af944a314 100644 --- a/examples/gui/doc/openglwindow.qdoc +++ b/examples/gui/doc/openglwindow.qdoc @@ -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 diff --git a/examples/gui/doc/rasterwindow.qdoc b/examples/gui/doc/rasterwindow.qdoc index 971b921d30b..f246533c4f2 100644 --- a/examples/gui/doc/rasterwindow.qdoc +++ b/examples/gui/doc/rasterwindow.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example gui/rasterwindow + \example rasterwindow \title Raster Window Example \brief This example shows how to create a minimal QWindow based diff --git a/examples/threads/doc/src/mandelbrot.qdoc b/examples/threads/doc/src/mandelbrot.qdoc index 842f4222ae7..45ef2ba9f74 100644 --- a/examples/threads/doc/src/mandelbrot.qdoc +++ b/examples/threads/doc/src/mandelbrot.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example threads/mandelbrot + \example mandelbrot \title Mandelbrot Example The Mandelbrot example shows how to use a worker thread to diff --git a/examples/threads/doc/src/queuedcustomtype.qdoc b/examples/threads/doc/src/queuedcustomtype.qdoc index a1f2d54a219..35e6185d3b7 100644 --- a/examples/threads/doc/src/queuedcustomtype.qdoc +++ b/examples/threads/doc/src/queuedcustomtype.qdoc @@ -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 diff --git a/examples/threads/doc/src/semaphores.qdoc b/examples/threads/doc/src/semaphores.qdoc index a712cb6414c..bea0447f02c 100644 --- a/examples/threads/doc/src/semaphores.qdoc +++ b/examples/threads/doc/src/semaphores.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example threads/semaphores + \example semaphores \title Semaphores Example The Semaphores example shows how to use QSemaphore to control diff --git a/examples/threads/doc/src/waitconditions.qdoc b/examples/threads/doc/src/waitconditions.qdoc index 3ca19706857..6d42719f8db 100644 --- a/examples/threads/doc/src/waitconditions.qdoc +++ b/examples/threads/doc/src/waitconditions.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example threads/waitconditions + \example waitconditions \title Wait Conditions Example The Wait Conditions example shows how to use QWaitCondition and |
