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 <jerome.pasion@digia.com>
This commit is contained in:
parent
7fa4af5a97
commit
1d22f20887
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user