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

@@ -255,8 +255,8 @@ bool QAudioDeviceInfo::isFormatSupported(const QAudioFormat &settings) const
A typical audio system would provide something like:
\list
\o Input settings: 8000Hz mono 8 bit.
\o Output settings: 44100Hz stereo 16 bit little endian.
\li Input settings: 8000Hz mono 8 bit.
\li Output settings: 44100Hz stereo 16 bit little endian.
\endlist
*/
QAudioFormat QAudioDeviceInfo::preferredFormat() const