summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/doc/examples/samples.qdocinc
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2012-03-08 11:57:34 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-10 20:23:58 +0100
commit11eed81ae9913b4aa2d7e4060c3421158d79881b (patch)
tree7db81c2144b3f37243c7a3c15762fa583b30fab1 /src/tools/qdoc/doc/examples/samples.qdocinc
parentbc3a6c75f84f36e8323e0576f1323a183c20d009 (diff)
qdoc3: qdoc user manual update
Changed \bold to \b, \i to \e, and \o to \li. Task-number: QTBUG-24578 Change-Id: If02517164f30f05436596224c1b1895a86d9e9f8 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/tools/qdoc/doc/examples/samples.qdocinc')
-rw-r--r--src/tools/qdoc/doc/examples/samples.qdocinc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/qdoc/doc/examples/samples.qdocinc b/src/tools/qdoc/doc/examples/samples.qdocinc
index 58213210f2..b08302dd08 100644
--- a/src/tools/qdoc/doc/examples/samples.qdocinc
+++ b/src/tools/qdoc/doc/examples/samples.qdocinc
@@ -39,7 +39,7 @@
The QVector3D class can also be used to represent vertices in 3D space.
We therefore do not need to provide a separate vertex class.
- \bold{Note:} By design values in the QVector3D instance are stored as \c float.
+ \b{Note:} By design values in the QVector3D instance are stored as \c float.
This means that on platforms where the \c qreal arguments to QVector3D
functions are represented by \c double values, it is possible to
lose precision.
@@ -65,9 +65,9 @@
There are three essential materials for generating documentation with qdoc:
\list
- \o \c qdoc binary
- \o \c qdocconf configuration files
- \o \c Documentation in \c C++, \c QML, and \c .qdoc files
+ \li \c qdoc binary
+ \li \c qdocconf configuration files
+ \li \c Documentation in \c C++, \c QML, and \c .qdoc files
\endlist
*/
//! [sample-page]