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>
This commit is contained in:
committed by
Qt by Nokia
parent
3d0a14efce
commit
d1b6bf5fac
@@ -43,7 +43,7 @@ events and managed by QtAudioEngine or controlled by explicitly defining a \l So
|
||||
for easier qml bindings.
|
||||
|
||||
QtAudioEngine elements can be accessed through importing the
|
||||
\bold{QtAudioEngine 1.0} module.
|
||||
\b{QtAudioEngine 1.0} module.
|
||||
|
||||
\qml
|
||||
import QtQuick 2.0
|
||||
@@ -55,7 +55,7 @@ AudioEngine {
|
||||
|
||||
\section1 Examples
|
||||
\list
|
||||
\o \l {AudioEngine Example}{Audio Engine}
|
||||
\li \l {AudioEngine Example}{Audio Engine}
|
||||
\endlist
|
||||
|
||||
\section1 Reference Documentation
|
||||
@@ -63,15 +63,15 @@ AudioEngine {
|
||||
\section2 QML Elements
|
||||
|
||||
\list
|
||||
\o \l AudioEngine
|
||||
\o \l AudioSample
|
||||
\o \l AudioCategory
|
||||
\o \l AttenuationModelLinear
|
||||
\o \l AttenuationModelInverse
|
||||
\o \l Sound
|
||||
\o \l PlayVariation
|
||||
\o \l AudioListener
|
||||
\o \l SoundInstance
|
||||
\li \l AudioEngine
|
||||
\li \l AudioSample
|
||||
\li \l AudioCategory
|
||||
\li \l AttenuationModelLinear
|
||||
\li \l AttenuationModelInverse
|
||||
\li \l Sound
|
||||
\li \l PlayVariation
|
||||
\li \l AudioListener
|
||||
\li \l SoundInstance
|
||||
|
||||
\endlist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user