Beautification of appfw/inc soure-code
[platform/framework/native/appfw.git] / inc / FBaseColIMapEnumeratorT.h
index f10f34e..c072465 100644 (file)
 #include <FBaseColIEnumeratorT.h>
 #include <FBaseColMapEntryT.h>
 
-
 namespace Tizen { namespace Base { namespace Collection
 {
 
 /**
- * @interface IMapEnumeratorT
- * @brief      This interface supports simple iteration over a template-based map. @n
- *                     Using this method, you can only access the elements in the map. You cannot modify the elements.
+ * @interface  IMapEnumeratorT
+ * @brief              This interface supports simple iteration over a template-based map. @n
+ *                             Using this method, you can only access the elements in the map. You cannot modify the elements.
  *
  * @since 2.0
  *
@@ -43,7 +42,7 @@ namespace Tizen { namespace Base { namespace Collection
  * deleting elements, the enumerator is irrecoverably invalidated. The next call to any method returns an @c E_INVALID_OPERATION message.
  *
  * The %IMapEnumeratorT interface supports simple iteration over a template-based map.
- *                     Using this method, you can only access the elements in the map. You cannot modify the elements.
+ * Using this method, you can only access the elements in the map. You cannot modify the elements.
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/base/hashmap_multihashmap.htm">HashMap and MultiHashMap</a>.
  *
@@ -67,7 +66,7 @@ public:
         * @since 2.0
         *
         * @return              An error code
-        * @param[out]  key The current key
+        * @param[out]  key                             The current key
         * @exception   E_INVALID_OPERATION     The current state of the instance prohibits the execution of the specified operation. @n
         *                                                                      The enumerator is currently positioned before the first element or after the last element or the collection is modified after the enumerator is created.
         * @exception   E_SUCCESS                       The method is successful.
@@ -80,7 +79,7 @@ public:
         * @since 2.0
         *
         * @return              An error code
-        * @param[out]  value The current value
+        * @param[out]  value                           The current value
         * @exception   E_INVALID_OPERATION     The current state of the instance prohibits the execution of the specified operation. @n
         *                                                                      The enumerator is currently positioned before the first element or after the last element or the collection is modified after the enumerator is created.
         * @exception   E_SUCCESS                       The method is successful.