[3.0] Update doxygen tag 25/110425/2 accepted/tizen/3.0/common/20170118.130925 accepted/tizen/3.0/ivi/20170118.041115 accepted/tizen/3.0/mobile/20170118.040827 accepted/tizen/3.0/tv/20170118.040940 accepted/tizen/3.0/wearable/20170118.041043 submit/tizen_3.0/20170117.012359
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:05:11 +0000 (22:05 +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();