From 134f9d98dc28c02fad02023eea4a18cf0d2b6aa3 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Mon, 16 Jan 2017 19:22:03 +0900 Subject: [PATCH] [3.0] Update doxygen tag - Changed : @returns -> @return Change-Id: I44bdfdd47264b1c94a70f377272d5292d2a1e9d4 Signed-off-by: Seoyeon Kim --- adaptors/public-api/adaptor-framework/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); -- 2.7.4