summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-05-02 11:24:25 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-08 10:01:48 +0200
commit1d22f20887d370fed21356ae063e5556be210c63 (patch)
tree4e4a0e628036d73ee1a860d1195bb4337b75f922
parent7fa4af5a977d3d7878471dcc20dafb47054db324 (diff)
Doc: Fix paths for a number of examplesv5.1.0-beta1
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 <jerome.pasion@digia.com>
-rw-r--r--examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc2
-rw-r--r--examples/network/doc/src/network-download.qdoc2
-rw-r--r--examples/network/doc/src/network-downloadmanager.qdoc2
-rw-r--r--examples/tools/doc/src/customtype.qdoc2
-rw-r--r--examples/xml/doc/src/qxmlstreambookmarks.qdoc2
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