From 51334d299520118bbbc077696ca589f972a2f2ea Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Thu, 3 Jan 2013 17:50:32 +0100 Subject: Doc: Fixed random QDoc warnings - Fixed \snippet paths - Minor language edits - Removed unnecessary multiple page commands in a single comment block. For example, \fn and \qmlsignal in a single comment block is not allowed. Such instances must be documented in separate comment blocks. Change-Id: I65f4518499e2600c4e1807356d4116c575e48c19 Reviewed-by: Andy Nichols Reviewed-by: Jerome Pasion --- src/imports/audioengine/qdeclarative_audiosample_p.cpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/imports/audioengine/qdeclarative_audiosample_p.cpp') diff --git a/src/imports/audioengine/qdeclarative_audiosample_p.cpp b/src/imports/audioengine/qdeclarative_audiosample_p.cpp index 473ef4524..17361570c 100644 --- a/src/imports/audioengine/qdeclarative_audiosample_p.cpp +++ b/src/imports/audioengine/qdeclarative_audiosample_p.cpp @@ -149,7 +149,7 @@ bool QDeclarativeAudioSample::isPreloaded() const /*! \qmlproperty bool QtAudioEngine1::AudioSample::loaded - This property holds indicates whether this sample has been loaded into memory or not. + This property indicates whether this sample has been loaded into memory or not. */ bool QDeclarativeAudioSample::isLoaded() const { @@ -236,16 +236,6 @@ QSoundBuffer* QDeclarativeAudioSample::soundBuffer() const return m_soundBuffer; } -/*! - \omit - Note: This QML property is documented twice. - \qmlproperty bool QtAudioEngine1::AudioSample::loaded - - This property holds the load status of the audio sample. - \endomit -*/ - - /*! \qmlsignal QtAudioEngine1::AudioSample::onLoadedChanged() -- cgit v1.2.3