From: Joohyun Kim Date: Mon, 1 Jul 2013 11:46:07 +0000 (+0900) Subject: Fix API reference X-Git-Tag: submit/tizen_2.2/20130714.152805~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=712779fa875f35cbf3f4751b02c680cc46627e28;p=framework%2Fosp%2Fappfw.git Fix API reference Change-Id: I5fe42adc8d01c205401afbc3dadd704bb54c0134 Signed-off-by: Joohyun Kim --- diff --git a/inc/FSysAlarm.h b/inc/FSysAlarm.h index 460078d..4436b99 100644 --- a/inc/FSysAlarm.h +++ b/inc/FSysAlarm.h @@ -82,6 +82,7 @@ public: * * @since 2.0 * + * @privlevel public * @privilege %http://tizen.org/privilege/alarm * * @return An error code @@ -99,6 +100,7 @@ public: * * @since 2.0 * + * @privlevel public * @privilege %http://tizen.org/privilege/alarm * * @return An error code @@ -118,6 +120,7 @@ public: * * @since 2.0 * + * @privlevel public * @privilege %http://tizen.org/privilege/alarm * * @return An error code diff --git a/inc/FSysPowerManager.h b/inc/FSysPowerManager.h index 8ccdf60..0489c76 100644 --- a/inc/FSysPowerManager.h +++ b/inc/FSysPowerManager.h @@ -130,16 +130,16 @@ public: * * @privlevel public * @privilege %http://tizen.org/privilege/power - * + *dla * @return An error code - * @param[in] brightness The brightness level to set @n - * The parameter value can range between @c 1 (minimum) and @c 10 (maximum). + * @param[in] brightness The brightness level to set between @c 1 (minimum) and @c 10 (maximum). * @exception E_SUCCESS The method is successful. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_OUT_OF_RANGE The specified @c brightness is out of range. * @exception E_SYSTEM The method cannot proceed due to a severe system error. - * @remarks This brightness level is only available when an application is running on the foreground(activated). Even if the brightness is set to level 1, a black screen is not displayed. Level 1 is the minimum brightness level that can be set for an application. For screen off, Please refer TurnScreenOff method. - * @see RestoreScreenBrightness(), TurnScreenOff() + * @remarks This brightness level change is available only when an application is active. To check the events that are active, use the Tizen::Ui::Controls::IFrameEventListener::OnFrameActivated() method. Even if the brightness is set to level 1, a black screen is not displayed. Level 1 is the minimum brightness level that can be set for an application. To know more about screen off, see the TurnScreenOff() method. + * @see RestoreScreenBrightness() + * @see TurnScreenOff() */ static result SetScreenBrightness(int brightness); diff --git a/inc/FSysVibrator.h b/inc/FSysVibrator.h index c2866c1..7a0100d 100644 --- a/inc/FSysVibrator.h +++ b/inc/FSysVibrator.h @@ -150,7 +150,8 @@ public: * If the application is terminated, the vibration is canceled. * * @since 2.1 - * @privilege %http://tizen.org/privilege/vibrator + * @privlevel public + * @privilege %http://tizen.org/privilege/vibrator * * @return An error code * @@ -174,7 +175,7 @@ public: * @deprecated This method is deprecated. Instead of using this method, use Start(IntensityDurationVibrationPattern*, int, int). * @since 2.0 * @privlevel public - * @privilege %http://tizen.org/privilege/vibrator + * @privilege %http://tizen.org/privilege/vibrator * * @return An error code * @param[in] onPeriod The period in milliseconds when the vibrator is on @n