diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-09 11:14:21 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-09 11:14:21 (GMT) |
commit | a168d8dbeb3eed11cb0ae373d9076f34216155bb (patch) | |
tree | fe40b6e74c1d7f230c20b336dbd66e4cd8f15e91 /doc/src | |
parent | 630af9571cd65e4c74f682c401d791e2a1436d13 (diff) | |
download | Qt-a168d8dbeb3eed11cb0ae373d9076f34216155bb.zip Qt-a168d8dbeb3eed11cb0ae373d9076f34216155bb.tar.gz Qt-a168d8dbeb3eed11cb0ae373d9076f34216155bb.tar.bz2 |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/examples/movie.qdoc | 4 | ||||
-rw-r--r-- | doc/src/frameworks-technologies/phonon.qdoc | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/examples/movie.qdoc b/doc/src/examples/movie.qdoc index 733f52d..4d7b3e0 100644 --- a/doc/src/examples/movie.qdoc +++ b/doc/src/examples/movie.qdoc @@ -30,8 +30,8 @@ \title Movie Example The Movie example demonstrates how to use QMovie and QLabel to - display animations. Now that Qt comes with \l{Phonon - Overview}{Phonon} (the multimedia framework), QMovie is mostly + display animations. Now that Qt comes with the \l{Phonon multimedia + framework} {Phonon multimedia framework}, QMovie is mostly useful if one wants to play a simple animation without the added complexity of a multimedia framework to install and deploy. diff --git a/doc/src/frameworks-technologies/phonon.qdoc b/doc/src/frameworks-technologies/phonon.qdoc index 023b4ce..5119638 100644 --- a/doc/src/frameworks-technologies/phonon.qdoc +++ b/doc/src/frameworks-technologies/phonon.qdoc @@ -34,6 +34,7 @@ \tableofcontents + \target Phonon Overview \section1 Introduction Qt uses the Phonon multimedia framework to provide functionality |