summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/api/qxmlserializer.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-03-01 19:39:25 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-05 09:21:45 +0100
commit2efc7134d4caf48a2853cc606b9a9f31df996b43 (patch)
tree884252a2b4340fcd46427710056db74f985a90a3 /src/xmlpatterns/api/qxmlserializer.cpp
parent8cdd26295be30f951213ea511e96c2b4133be27e (diff)
downloadqtxmlpatterns-2efc7134d4caf48a2853cc606b9a9f31df996b43.tar.gz
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: I453169a7222ee741f8d9a10b6c063be5d15f1b76 Reviewed-by: Honglei Zhang <honglei.zhang@nokia.com>
Diffstat (limited to 'src/xmlpatterns/api/qxmlserializer.cpp')
-rw-r--r--src/xmlpatterns/api/qxmlserializer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xmlpatterns/api/qxmlserializer.cpp b/src/xmlpatterns/api/qxmlserializer.cpp
index a50b161..ea77756 100644
--- a/src/xmlpatterns/api/qxmlserializer.cpp
+++ b/src/xmlpatterns/api/qxmlserializer.cpp
@@ -116,14 +116,14 @@ QXmlSerializerPrivate::QXmlSerializerPrivate(const QXmlQuery &query,
QXmlSerializer will:
\list
- \o Declare namespaces when needed,
+ \li Declare namespaces when needed,
- \o Use appropriate escaping, when characters can't be
+ \li Use appropriate escaping, when characters can't be
represented in the XML,
- \o Handle line endings appropriately,
+ \li Handle line endings appropriately,
- \o Report errors, when it can't serialize the content, e.g.,
+ \li Report errors, when it can't serialize the content, e.g.,
when asked to serialize an attribute that is a top-level node,
or when more than one top-level element is encountered.