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:
Casper van Donderen
2012-03-01 18:50:38 +01:00
committed by Qt by Nokia
parent 3d0a14efce
commit d1b6bf5fac
41 changed files with 498 additions and 498 deletions

View File

@@ -122,26 +122,26 @@ public:
\table
\header
\o Parameter
\o Description
\li Parameter
\li Description
\row
\o Sample Rate
\o Samples per second of audio data in Hertz.
\li Sample Rate
\li Samples per second of audio data in Hertz.
\row
\o Number of channels
\o The number of audio channels (typically one for mono
\li Number of channels
\li The number of audio channels (typically one for mono
or two for stereo)
\row
\o Sample size
\o How much data is stored in each sample (typically 8
\li Sample size
\li How much data is stored in each sample (typically 8
or 16 bits)
\row
\o Sample type
\o Numerical representation of sample (typically signed integer,
\li Sample type
\li Numerical representation of sample (typically signed integer,
unsigned integer or float)
\row
\o Byte order
\o Byte ordering of sample (typically little endian, big endian)
\li Byte order
\li Byte ordering of sample (typically little endian, big endian)
\endtable
This class is typically used in conjunction with QAudioInput or
@@ -161,11 +161,11 @@ public:
Values are initialized as follows:
\list
\o sampleRate() = -1
\o channelCount() = -1
\o sampleSize() = -1
\o byteOrder() = QAudioFormat::Endian(QSysInfo::ByteOrder)
\o sampleType() = QAudioFormat::Unknown
\li sampleRate() = -1
\li channelCount() = -1
\li sampleSize() = -1
\li byteOrder() = QAudioFormat::Endian(QSysInfo::ByteOrder)
\li sampleType() = QAudioFormat::Unknown
\c codec() = ""
\endlist
*/