merge the reviewed files
authorMinkyoung Kang <mklove.kang@samsung.com>
Tue, 2 Apr 2013 03:55:52 +0000 (12:55 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Tue, 2 Apr 2013 03:55:52 +0000 (12:55 +0900)
Change-Id: Ia1f8821b4dd357258d27bebcc2ef1c7ac48d5424

inc/FSysAlarm.h
inc/FSysBattery.h
inc/FSysEnvironment.h

index d63392e..fa48cb4 100644 (file)
@@ -110,7 +110,7 @@ public:
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks     If this Alarm instance is already registered by this method, exist alarm is cancelled automatically. @n If @c pEnd is @c null, the alarm repeats forever.
+        * @remarks     If this %Alarm instance is already registered by this method, existing alarm is cancelled automatically. @n If @c pEnd is @c null, the alarm repeats forever.
         */
        result Set(const Tizen::Base::DateTime& start, int period, const Tizen::Base::DateTime* pEnd = null);
 
@@ -134,7 +134,7 @@ public:
         * @since       2.0
         *
         * @return      An instance of Tizen::Base::DateTime indicating the start time for the alarm
-        * @remarks     If this Alarm instance is not registered by Set() methods, return value is default value of %DateTime class.
+        * @remarks     If this %Alarm instance is not registered by the Set() method, return value is default value of the Tizen::Base::DateTime class.
         */
        const Tizen::Base::DateTime GetStartTime(void) const;
 
@@ -144,7 +144,7 @@ public:
         * @since       2.0
         *
         * @return      The period of the current instance of %Alarm in minutes
-        * @remarks     If this Alarm instance is not registered by Set() methods, return value is @c 0.
+        * @remarks     If this %Alarm instance is not registered by the Set() method, return value is @c 0.
         */
        int GetPeriod(void) const;
 
index e11acf5..1f4c4e1 100644 (file)
@@ -68,7 +68,7 @@ public:
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_INVALID_STATE The battery service is not available.
         * @exception   E_SYSTEM        The method cannot proceed due to a severe system error.
-        * @remarks The resolution of the level is 1% since 2.0. The range of the level is 0(Minimum) to 100(Maximum).
+        * @remarks The resolution of the level is @c 1% since 2.0. The range of the level is @c 0 (Minimum) to @c 100 (Maximum).
         */
        static result GetCurrentLevelInPercentage(int& level);
 
index 6885963..0498d0f 100644 (file)
@@ -40,14 +40,14 @@ namespace Tizen { namespace System
 enum PredefinedDirectoryType
 {
        PREDEFINED_DIRECTORY_IMAGES = 0, /** The directory for image files to be stored in internal storage (read-write permission) */
-       PREDEFINED_DIRECTORY_SOUNDS,     /** the directory for sound files to be stored in internal storage (read-write permission) */
+       PREDEFINED_DIRECTORY_SOUNDS,     /** The directory for sound files to be stored in internal storage (read-write permission) */
        PREDEFINED_DIRECTORY_VIDEOS,     /** The directory for video files to be stored in internal storage (read-write permission) */
        PREDEFINED_DIRECTORY_CAMERA,     /** The directory for files to be stored in internal storage by camera application (read-write permission) */
        PREDEFINED_DIRECTORY_DOWNLOADS,  /** The directory for files to be stored in internal storage by download manager (read-write permission) */
        PREDEFINED_DIRECTORY_OTHERS,     /** The directory for other files to be stored in internal storage (read-write permission) */
 
        PREDEFINED_DIRECTORY_EXTERNAL_IMAGES = 100,     /** The directory for image files to be stored in external MMC (read-write permission) */
-       PREDEFINED_DIRECTORY_EXTERNAL_SOUNDS,           /** the directory for sound files to be stored in external MMC (read-write permission) */
+       PREDEFINED_DIRECTORY_EXTERNAL_SOUNDS,           /** The directory for sound files to be stored in external MMC (read-write permission) */
        PREDEFINED_DIRECTORY_EXTERNAL_VIDEOS,           /** The directory for video files to be stored in external MMC (read-write permission) */
        PREDEFINED_DIRECTORY_EXTERNAL_CAMERA,           /** The directory for files to be stored in external MMC by camera application (read-write permission) */
        PREDEFINED_DIRECTORY_EXTERNAL_DOWNLOADS,        /** The directory for files to be stored in external MMC by download manager (read-write permission) */