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