summaryrefslogtreecommitdiffstats
path: root/doc/src/videooverview.qdoc
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-03-01 18:50:38 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-02 04:02:43 +0100
commitd1b6bf5fac54a39d911079ba792ca95424c5c70c (patch)
treeeccc1344c41fe509fa5f22a972d5b4decad10f85 /doc/src/videooverview.qdoc
parent3d0a14efceea7b4faabc73f52a1c0e74230d24d2 (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: Iec1c616e0d9a915a31a661916805916e19495dc9 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'doc/src/videooverview.qdoc')
-rw-r--r--doc/src/videooverview.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/videooverview.qdoc b/doc/src/videooverview.qdoc
index 8a8347fc8..b8a1dd5b9 100644
--- a/doc/src/videooverview.qdoc
+++ b/doc/src/videooverview.qdoc
@@ -110,15 +110,15 @@ There are both C++ and QML examples available.
C++ Examples:
\list
- \o \l video
- \o \l videographicsitem
- \o \l videowidget
+ \li \l video
+ \li \l videographicsitem
+ \li \l videowidget
\endlist
QML Examples:
\list
- \o \l qmlvideo
- \o \l qmlvideofx
+ \li \l qmlvideo
+ \li \l qmlvideofx
\endlist
\section1 Reference Documentation
@@ -130,9 +130,9 @@ QML Examples:
\section2 QML Elements
\list
- \o \l MediaPlayer
- \o \l VideoOutput
- \o \l Video
+ \li \l MediaPlayer
+ \li \l VideoOutput
+ \li \l Video
\endlist
*/