Update doxygen tag 28/110428/2
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 16 Jan 2017 10:22:03 +0000 (19:22 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 16 Jan 2017 13:03:05 +0000 (22:03 +0900)
- Changed : @returns -> @return

Change-Id: I44bdfdd47264b1c94a70f377272d5292d2a1e9d4
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
adaptors/public-api/adaptor-framework/timer.h

index d5201c8..cbf4a01 100644 (file)
@@ -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.
    *
-   * @return 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();