update doxygen
authorkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Wed, 19 Jun 2013 06:15:19 +0000 (15:15 +0900)
committerkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Wed, 19 Jun 2013 06:15:19 +0000 (15:15 +0900)
Change-Id: I908ab2c81467e2a218428d0f9b22db4848b842fb

inc/FShellNotificationRequest.h

index 16b5f83..aebf537 100644 (file)
@@ -458,8 +458,8 @@ public:
        * @since        2.2
        *
        * @param[out]   color           The light color
-       * @param[out]   onTime          The milliseconds for which the light is on
-       * @param[out]   offTime The milliseconds for which the light is off
+       * @param[out]   onTime          The time(milliseconds) at which the notification light is turned on
+       * @param[out]   offTime The time(milliseconds) at which the notification light is turned off
        */
        void GetLight(Tizen::Graphics::Color& color, int& onTime, int& offTime) const;
 
@@ -470,8 +470,8 @@ public:
        *
        * @return               An error code
        * @param[in]    color                   The light color
-       * @param[in]    onTime                  The milliseconds for which the light is on
-       * @param[in]    offTime         The milliseconds for which the light is off
+       * @param[in]    onTime                  The time(milliseconds) at which the notification light is turned on
+       * @param[in]    offTime         The time(milliseconds) at which the notification light is turned off
        * @exception    E_SUCCESS               The method is successful.
        * @exception    E_INVALID_ARG   The specified input parameter is invalid.
        * @remarks              This method has effects only on devices with notification light.