From 1d22f20887d370fed21356ae063e5556be210c63 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 2 May 2013 11:24:25 +0200 Subject: Doc: Fix paths for a number of examples Modularized example paths are defined in module-specific .qdocconf files. This change fixes \example command for a number of examples to be relative to those paths. This way, the manifest files will have a correct project path for each example. Change-Id: I6d3dba34a1eb04a2bc294520102e232ccd0f0ba2 Reviewed-by: Jerome Pasion --- examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc | 2 +- examples/network/doc/src/network-download.qdoc | 2 +- examples/network/doc/src/network-downloadmanager.qdoc | 2 +- examples/tools/doc/src/customtype.qdoc | 2 +- examples/xml/doc/src/qxmlstreambookmarks.qdoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc b/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc index c303998cd8..522b0bacc7 100644 --- a/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc +++ b/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example dbus/remotecontrolledcar + \example remotecontrolledcar \title D-Bus Remote Controlled Car Example The Remote Controlled Car example shows how to use D-Bus to control one diff --git a/examples/network/doc/src/network-download.qdoc b/examples/network/doc/src/network-download.qdoc index 212252e7c9..60a6fab3c4 100644 --- a/examples/network/doc/src/network-download.qdoc +++ b/examples/network/doc/src/network-download.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example network/download + \example download \title Network Download Example \brief Demonstrates how to use networking APIs for multiple downloads \ingroup examples-network diff --git a/examples/network/doc/src/network-downloadmanager.qdoc b/examples/network/doc/src/network-downloadmanager.qdoc index d9145d5a1c..d4eacf4199 100644 --- a/examples/network/doc/src/network-downloadmanager.qdoc +++ b/examples/network/doc/src/network-downloadmanager.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example network/downloadmanager + \example downloadmanager \title Network Download Manager Example \brief Demonstrates how to use the networking APIs for multiple downloads \ingroup examples-network diff --git a/examples/tools/doc/src/customtype.qdoc b/examples/tools/doc/src/customtype.qdoc index 56172a4e26..6e6d08fb35 100644 --- a/examples/tools/doc/src/customtype.qdoc +++ b/examples/tools/doc/src/customtype.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example tools/customtype + \example customtype \title Custom Type Example \brief The Custom Type example shows how to integrate a custom type into Qt's diff --git a/examples/xml/doc/src/qxmlstreambookmarks.qdoc b/examples/xml/doc/src/qxmlstreambookmarks.qdoc index fa1541608d..123058b02d 100644 --- a/examples/xml/doc/src/qxmlstreambookmarks.qdoc +++ b/examples/xml/doc/src/qxmlstreambookmarks.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example xml/streambookmarks + \example streambookmarks \title QXmlStream Bookmarks Example \brief Demonstrates how to read and write to XBEL files \ingroup xml-examples -- cgit v1.2.3