summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/grue.qdoc
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-03-01 19:13:17 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-01 20:10:11 +0100
commit87a6a468c35a557a33de432b784c5911cff561ec (patch)
tree38941a17c03183ae508fb739be531f49e55f4925 /doc/src/examples/grue.qdoc
parent1c99076a1f55a28ac6c745d1df05226401f11107 (diff)
Remove the usage of deprecated qdoc macros.
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I9e809abef666b8498bc481aae9f324b954eff387 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'doc/src/examples/grue.qdoc')
-rw-r--r--doc/src/examples/grue.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/examples/grue.qdoc b/doc/src/examples/grue.qdoc
index c2be06e1..74283b07 100644
--- a/doc/src/examples/grue.qdoc
+++ b/doc/src/examples/grue.qdoc
@@ -37,22 +37,22 @@
lives in a plugin.
\list
- \o \l{Grue Sensor Definition}
- \o \l{Grue Sensor Implementation}
+ \li \l{Grue Sensor Definition}
+ \li \l{Grue Sensor Implementation}
\endlist
The sensor can now be used by a C++ application, even if the application does not have access to the
definition.
\list
- \o \l{Grue Sensor Console Application}
+ \li \l{Grue Sensor Console Application}
\endlist
To make the sensor available to a QML application an import must be created.
\list
- \o \l{Grue Sensor QML Import}
- \o \l{Grue Sensor QML Application}
+ \li \l{Grue Sensor QML Import}
+ \li \l{Grue Sensor QML Application}
\endlist
*/