From 22e3111127d31cc6440f1a13833205a72c9c4ab6 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 6 Dec 2012 10:33:23 +0100 Subject: Fix reference to example paths This eliminates seven EXAMPLE PATH DOES NOT EXIST warnings. Change-Id: Iaa6267138a1799fb775f0034805d5691bfa40d7c Reviewed-by: Christian Stenger Reviewed-by: Jerome Pasion --- examples/threads/doc/src/mandelbrot.qdoc | 2 +- examples/threads/doc/src/queuedcustomtype.qdoc | 2 +- examples/threads/doc/src/semaphores.qdoc | 2 +- examples/threads/doc/src/waitconditions.qdoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/threads') diff --git a/examples/threads/doc/src/mandelbrot.qdoc b/examples/threads/doc/src/mandelbrot.qdoc index 842f4222ae..45ef2ba9f7 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 a1f2d54a21..35e6185d3b 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 a712cb6414..bea0447f02 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 3ca1970685..6d42719f8d 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 -- cgit v1.2.3