summaryrefslogtreecommitdiffstats
path: root/doc/src/porting.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/porting.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/porting.qdoc')
-rw-r--r--doc/src/porting.qdoc24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/src/porting.qdoc b/doc/src/porting.qdoc
index 3911f34c..48b904cf 100644
--- a/doc/src/porting.qdoc
+++ b/doc/src/porting.qdoc
@@ -48,11 +48,11 @@
\table
\row
- \o \l {Qt Sensors QML API}{QML API}
- \o Information about the Qt Sensors QML API
+ \li \l {Qt Sensors QML API}{QML API}
+ \li Information about the Qt Sensors QML API
\row
- \o \l {QtMobility.sensors 1.x}{Legacy QML API}
- \o Information about the legacy QtMobility.sensors QML API
+ \li \l {QtMobility.sensors 1.x}{Legacy QML API}
+ \li Information about the legacy QtMobility.sensors QML API
\endtable
\section1 C++
@@ -78,10 +78,10 @@
and the macros from QtMobility no longer exist.
\list
- \o QTM_BEGIN_NAMESPACE
- \o QTM_END_NAMESPACE
- \o QTM_USE_NAMESPACE
- \o QTM_PREPEND_NAMESPACE(x)
+ \li QTM_BEGIN_NAMESPACE
+ \li QTM_END_NAMESPACE
+ \li QTM_USE_NAMESPACE
+ \li QTM_PREPEND_NAMESPACE(x)
\endlist
Note that Qt can be configured to build into a namespace. If Qt is built in this
@@ -89,10 +89,10 @@
is optional, the macros for this are typically defined to do nothing.
\list
- \o QT_BEGIN_NAMESPACE
- \o QT_END_NAMESPACE
- \o QT_USE_NAMESPACE
- \o QT_PREPEND_NAMESPACE(x)
+ \li QT_BEGIN_NAMESPACE
+ \li QT_END_NAMESPACE
+ \li QT_USE_NAMESPACE
+ \li QT_PREPEND_NAMESPACE(x)
\endlist
\section2 qtimestamp