X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fpublic-api%2Fadaptor-framework%2Ftimer.h;h=cbf4a01bab779e001e2a887a32e3eab0a21be532;hb=134f9d98dc28c02fad02023eea4a18cf0d2b6aa3;hp=d5201c8269e68711857df6e25ceeacabc1fd4428;hpb=0747c6e87faafb0429d55df4406cad4b840f129d;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/public-api/adaptor-framework/timer.h b/adaptors/public-api/adaptor-framework/timer.h index d5201c8..cbf4a01 100644 --- a/adaptors/public-api/adaptor-framework/timer.h +++ b/adaptors/public-api/adaptor-framework/timer.h @@ -133,14 +133,14 @@ public: // API * * Cancels the previous timer. * @SINCE_1_0.0 - * @param milliSec Interval in milliseconds. + * @param[in] milliSec Interval in milliseconds. */ void SetInterval( unsigned int milliSec ); /** * @brief Get the interval of timer. * - * @returns Interval in milliseconds. + * @return Interval in milliseconds. * @SINCE_1_0.0 */ unsigned int GetInterval() const; @@ -160,7 +160,7 @@ public: // Signals * The return of the callback decides whether signal emission stops or continues. * If the callback function returns false, emission will stop and if true, it will continue. * This return value is ignored for one-shot events, which will always stop after the first execution. - * @returns The signal to Connect() with. + * @return The signal to Connect() with. * @SINCE_1_0.0 */ TimerSignalType& TickSignal();