diff -r 4633027730f5 -r e6ad4ef83b23 src/hbfeedback/player/hbcontinuousfeedback.cpp --- a/src/hbfeedback/player/hbcontinuousfeedback.cpp Wed Aug 18 10:05:37 2010 +0300 +++ b/src/hbfeedback/player/hbcontinuousfeedback.cpp Thu Sep 02 20:44:51 2010 +0300 @@ -121,7 +121,7 @@ /*! Returns the timeout value of the feedback in milliseconds. The continuous feedback is automatically stopped if it is not updated within the timeout - (by subsequent calls to play()). + (by subsequent calls to play()). \sa setTimeout(), play() */ @@ -182,8 +182,8 @@ Sets the timeout value in milliseconds. The continuous feedback is automatically stopped if the continuous feedback is not updated within the timeout (by subsequent calls to play()). This is a safety mechanism - to prevent situations in which the client fails to explicitly stop() - a continuous feedback effect. The default timeout value is + to prevent situations in which the client fails to explicitly stop() + a continuous feedback effect. The default timeout value is HbFeedback::StandardFeedbackTimeout. \sa timeout() @@ -212,8 +212,8 @@ /*! Starts/updates the currently set continuous feedback effect. The feedback effect will be played until the timeout is reached - or a call to stop() is made. - + or a call to stop() is made. + \sa stop() */ void HbContinuousFeedback::play()