Init Tizen 2.2.1
[framework/osp/social.git] / inc / FSclIAddressbookChangeEventListener.h
index 41e0137..99c3e2c 100644 (file)
@@ -14,8 +14,8 @@
 // limitations under the License.
 //
 /**
-* @file                FSclIAddressbookChangeEventListener.h
-* @brief               This is the header file for the %IAddressbookChangeEventListener interface.
+* @file     FSclIAddressbookChangeEventListener.h
+* @brief    This is the header file for the %IAddressbookChangeEventListener interface.
 *
 * This header file contains the declarations of the %IAddressbookChangeEventListener interface.
 */
@@ -48,8 +48,7 @@ class _OSP_EXPORT_ IAddressbookChangeEventListener
 public:
        /**
         * This polymorphic destructor should be overridden if required. @n
-        * This way, the destructors of the derived classes 
-        * are called when the destructor of this interface is called.
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
         *
         * @since       2.1
         */
@@ -93,8 +92,8 @@ public:
         * @since       2.1
         *
         * @param[in]   categoryChangeInfoList  The list of category change information (@ref CategoryChangeInfo list)
-        * @remarks This listener method is called when the following changes have occurred: @n
-        *      - Categories are added, updated, or removed
+        * @remarks This listener method is called when the following changes have occurred:
+        *              - Categories are added, updated, or removed
         *
         * The following example demonstrates how to use the %OnCategoriesChanged() method.
         * @code