Implementation of ImmutableString
[platform/framework/native/appfw.git] / inc / FBaseColMapEntryT.h
index ad2aa83..5eb2b3e 100644 (file)
 
 #include <FBaseObject.h>
 
-
 namespace Tizen { namespace Base { namespace Collection
 {
 
 /**
- * @class MapEntryT
+ * @class      MapEntryT
  * @brief      This class represents a template-based key-value pair.
  *
  * @since 2.0
@@ -61,7 +60,7 @@ public:
         *
         * @since 2.0
         *
-        * @param[in]   key The key for this mapping
+        * @param[in]   key             The key for this mapping
         * @param[in]   value   The value for this mapping
         */
        MapEntryT(const KeyType& key, const ValueType& value)
@@ -105,7 +104,7 @@ public:
         * @since 2.0
         *
         * @return      The key corresponding to this entry
-        * @see                 GetValue()
+        * @see         GetValue()
         */
        virtual const KeyType& GetKey(void) const
        {