Merge "Add to support a multi-window mode" into devel_3.0_main
[platform/framework/native/appfw.git] / inc / FBaseColIMapT.h
index efeeddf..7d8ca4d 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 #include <FBaseColIMapEnumeratorT.h>
 #include <FBaseColMapEntryT.h>
 
-
 namespace Tizen { namespace Base { namespace Collection
 {
 
 template< class Type > class IListT;
 
 /**
- * @interface IMapT
- * @brief      This interface abstracts a template-based collection of key-value pairs.
+ * @interface  IMapT
+ * @brief              This interface abstracts a template-based collection of key-value pairs.
  *
  * @since 2.0
  *
@@ -70,7 +68,7 @@ public:
         * @param[in]   value   The corresponding value to add
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid, or
-        *                                                                the comparer has failed to compare the keys.
+        *                                                                      the comparer has failed to compare the keys.
         * @exception   E_OBJ_ALREADY_EXIST     The specified @c key already exists.
         * @see Remove()
         */
@@ -144,7 +142,7 @@ public:
         * @since 2.0
         *
         * @return              An error code
-        * @param[in]   key The key for which the value is to remove
+        * @param[in]   key                             The key for which the value is to remove
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG   A specified input parameter is invalid, or
         *                                                              the comparer has failed to compare the keys.
@@ -187,7 +185,7 @@ public:
         * @param[in]   key             The key to locate
         * @param[out]  out     Set to @c true if the map contains the specified @c key, @n
         *                                              else @c false
-        * @exception   E_SUCCESS               The method is successful, or 
+        * @exception   E_SUCCESS               The method is successful, or
         *                                                              the map contains the specified @c key.
         * @exception   E_INVALID_ARG   A specified input parameter is invalid, or
         *                                                              the comparer has failed to compare the keys.