summaryrefslogtreecommitdiffstats
path: root/src/imports/audioengine
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 /src/imports/audioengine
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 'src/imports/audioengine')
-rw-r--r--src/imports/audioengine/qdeclarative_attenuationmodel_p.cpp4
-rw-r--r--src/imports/audioengine/qdeclarative_audiocategory_p.cpp2
-rw-r--r--src/imports/audioengine/qdeclarative_audioengine_p.cpp2
-rw-r--r--src/imports/audioengine/qdeclarative_audiolistener_p.cpp2
-rw-r--r--src/imports/audioengine/qdeclarative_audiosample_p.cpp2
-rw-r--r--src/imports/audioengine/qdeclarative_playvariation_p.cpp2
-rw-r--r--src/imports/audioengine/qdeclarative_sound_p.cpp6
-rw-r--r--src/imports/audioengine/qdeclarative_soundinstance_p.cpp8
8 files changed, 14 insertions, 14 deletions
diff --git a/src/imports/audioengine/qdeclarative_attenuationmodel_p.cpp b/src/imports/audioengine/qdeclarative_attenuationmodel_p.cpp
index 1b7e33e23..4d2fca3a3 100644
--- a/src/imports/audioengine/qdeclarative_attenuationmodel_p.cpp
+++ b/src/imports/audioengine/qdeclarative_attenuationmodel_p.cpp
@@ -99,7 +99,7 @@ void QDeclarativeAttenuationModel::setName(const QString& name)
\inherits Item
\preliminary
- This element is part of the \bold{QtAudioEngine 1.0} module.
+ This element is part of the \b{QtAudioEngine 1.0} module.
AttenuationModelLinear must be defined inside AudioEngine.
@@ -231,7 +231,7 @@ qreal QDeclarativeAttenuationModelLinear::calculateGain(const QVector3D &listene
\inherits Item
\preliminary
- This element is part of the \bold{QtAudioEngine 1.0} module.
+ This element is part of the \b{QtAudioEngine 1.0} module.
AttenuationModelInverse must be defined inside AudioEngine.
diff --git a/src/imports/audioengine/qdeclarative_audiocategory_p.cpp b/src/imports/audioengine/qdeclarative_audiocategory_p.cpp
index 29a445aa5..e34541728 100644
--- a/src/imports/audioengine/qdeclarative_audiocategory_p.cpp
+++ b/src/imports/audioengine/qdeclarative_audiocategory_p.cpp
@@ -55,7 +55,7 @@ QT_USE_NAMESPACE
\inherits Item
\preliminary
- This element is part of the \bold{QtAudioEngine 1.0} module.
+ This element is part of the \b{QtAudioEngine 1.0} module.
AudioCategory element can be accessed through QtAudioEngine1::AudioEngine::categories with its
unique name and must be defined inside AudioEngine.
diff --git a/src/imports/audioengine/qdeclarative_audioengine_p.cpp b/src/imports/audioengine/qdeclarative_audioengine_p.cpp
index 1424c6904..7c025a554 100644
--- a/src/imports/audioengine/qdeclarative_audioengine_p.cpp
+++ b/src/imports/audioengine/qdeclarative_audioengine_p.cpp
@@ -64,7 +64,7 @@ QT_USE_NAMESPACE
\inherits Item
\preliminary
- This element is part of the \bold{QtAudioEngine 1.0} module.
+ This element is part of the \b{QtAudioEngine 1.0} module.
\qml
import QtQuick 2.0
diff --git a/src/imports/audioengine/qdeclarative_audiolistener_p.cpp b/src/imports/audioengine/qdeclarative_audiolistener_p.cpp
index 96fcce250..ea269053a 100644
--- a/src/imports/audioengine/qdeclarative_audiolistener_p.cpp
+++ b/src/imports/audioengine/qdeclarative_audiolistener_p.cpp
@@ -56,7 +56,7 @@ QT_USE_NAMESPACE
\inherits Item
\preliminary
- This element is part of the \bold{QtAudioEngine 1.0} module.
+ This element is part of the \b{QtAudioEngine 1.0} module.
AudioListener will have only one global instance and you can either access it through the
listener property of AudioEngine:
diff --git a/src/imports/audioengine/qdeclarative_audiosample_p.cpp b/src/imports/audioengine/qdeclarative_audiosample_p.cpp
index 83c818529..48427049f 100644
--- a/src/imports/audioengine/qdeclarative_audiosample_p.cpp
+++ b/src/imports/audioengine/qdeclarative_audiosample_p.cpp
@@ -58,7 +58,7 @@ QT_USE_NAMESPACE
\inherits Item
\preliminary
- This element is part of the \bold{QtAudioEngine 1.0} module.
+ This element is part of the \b{QtAudioEngine 1.0} module.
AudioSample element can be accessed through QtAudioEngine1::AudioEngine::samples with its unique
name and must be defined inside AudioEngine.
diff --git a/src/imports/audioengine/qdeclarative_playvariation_p.cpp b/src/imports/audioengine/qdeclarative_playvariation_p.cpp
index edf2a87ed..f46170689 100644
--- a/src/imports/audioengine/qdeclarative_playvariation_p.cpp
+++ b/src/imports/audioengine/qdeclarative_playvariation_p.cpp
@@ -60,7 +60,7 @@ QT_USE_NAMESPACE
\inherits Item
\preliminary
- This element is part of the \bold{QtAudioEngine 1.0} module.
+ This element is part of the \b{QtAudioEngine 1.0} module.
PlayVariation must be defined inside \l Sound element.
diff --git a/src/imports/audioengine/qdeclarative_sound_p.cpp b/src/imports/audioengine/qdeclarative_sound_p.cpp
index 81b3ec8ec..37980c117 100644
--- a/src/imports/audioengine/qdeclarative_sound_p.cpp
+++ b/src/imports/audioengine/qdeclarative_sound_p.cpp
@@ -147,7 +147,7 @@ void QDeclarativeSoundCone::componentComplete()
\inherits Item
\preliminary
- This element is part of the \bold{QtAudioEngine 1.0} module.
+ This element is part of the \b{QtAudioEngine 1.0} module.
Sound element can be accessed through QtAudioEngine1::AudioEngine::sounds with its unique name
and must be defined inside AudioEngine.
@@ -232,8 +232,8 @@ void QDeclarativeSound::componentComplete()
This property holds the playType. It can be one of:
\list
- \o Random - randomly picks up a play variation when playback is triggered
- \o Sequential - plays each variation in sequence when playback is triggered
+ \li Random - randomly picks up a play variation when playback is triggered
+ \li Sequential - plays each variation in sequence when playback is triggered
\endlist
The default value is Random.
diff --git a/src/imports/audioengine/qdeclarative_soundinstance_p.cpp b/src/imports/audioengine/qdeclarative_soundinstance_p.cpp
index 0ca9d1944..38cffae72 100644
--- a/src/imports/audioengine/qdeclarative_soundinstance_p.cpp
+++ b/src/imports/audioengine/qdeclarative_soundinstance_p.cpp
@@ -59,7 +59,7 @@ QT_USE_NAMESPACE
\inherits Item
\preliminary
- This element is part of the \bold{QtAudioEngine 1.0} module.
+ This element is part of the \b{QtAudioEngine 1.0} module.
There are two ways to create SoundInstance objects. You can obtain it by calling newInstance
method of Sound element:
@@ -298,9 +298,9 @@ void QDeclarativeSoundInstance::dropInstance()
This property holds the current playback state. It can be one of:
\list
- \o StopppedState
- \o PlayingState
- \o PausedState
+ \li StopppedState
+ \li PlayingState
+ \li PausedState
\endlist
*/
QDeclarativeSoundInstance::State QDeclarativeSoundInstance::state() const