fix description
authorGwangbok Kim <gwangbok.kim@samsung.com>
Tue, 25 Jun 2013 01:49:36 +0000 (10:49 +0900)
committerGwangbok Kim <gwangbok.kim@samsung.com>
Tue, 25 Jun 2013 01:51:20 +0000 (10:51 +0900)
Change-Id: I3251b3a57d12f178c551a6cdd2e9ab3a5f22d848
Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
inc/FSclCategory.h
inc/FSclContact.h

index 9bb3f6a..110a19a 100644 (file)
@@ -262,14 +262,14 @@ public:
         */
        bool IsReadOnly(void) const;
 
-       /*
+       /**
         * Gets the extra data.
         *
         * @since       2.2
         *
         * @return      The key-value map of the extended data where the key and value are of type Tizen::Base::String, @n
-        *                      else and empty map if there is no extra data, or null if an exception occurs.
-        * @remarks     The specific error code can be accessed using the GetlastResult() method.
+        *                      else and empty map if there is no extra data, or @c null if an exception occurs.
+        * @remarks     The specific error code can be accessed using the GetLastResult() method.
         */
        Tizen::Base::Collection::IMap* GetExtraDataN(void) const;
 
index 4d54998..5eede49 100644 (file)
@@ -462,20 +462,20 @@ public:
         */
        result SetRelationshipAt(int index, const Relationship& relationship);
 
-        /**
-         * Sets the app launch data at the specified index.
-         *
-         * @since       2.2
-         *
-         *
-         * @return      An error code
-         * @param[in]   index                   An index to set the contact app launch data
-         * @param[in]   appLaunchData           The app launch data to set
-         * @exception   E_SUCCESS               The method is successful.
-         * @exception   E_INVALID_ARG           The specified @c appLaunchData has no relevant information.
-         * @exception   E_OUT_OF_RANGE          The specified @c index is outside the bounds of the app launch data.
-         */
-        result SetContactAppLaunchDataAt(int index, const ContactAppLaunchData& appLaunchData);
+       /**
+        * Sets the app launch data at a specified index.
+        *
+        * @since       2.2
+        *
+        *
+        * @return      An error code
+        * @param[in]   index                   An index to set the contact app launch data
+        * @param[in]   appLaunchData           The app launch data to set
+        * @exception   E_SUCCESS               The method is successful.
+        * @exception   E_INVALID_ARG           The specified @c appLaunchData has no relevant information.
+        * @exception   E_OUT_OF_RANGE          The specified @c index is outside the bounds of the app launch data.
+        */
+       result SetContactAppLaunchDataAt(int index, const ContactAppLaunchData& appLaunchData);
 
        /**
         * Gets the addressbook ID.
@@ -628,7 +628,7 @@ public:
        result AddRelationship(const Relationship& relationship);
 
        /**
-        * Adds the specified app launch data to the contact.
+        * Adds a specified app launch data to the contact.
         *
         * @since       2.2
         *