[3.0] Modify doxygen of Base::Collection
[platform/framework/native/appfw.git] / inc / FBaseColMultiHashMap.h
index 597d8d9..6733d3a 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);
@@ -239,9 +238,8 @@ public:
         * @return              An enumerator (an instance of the IEnumerator derived class) of this map, @n
         *                              else @c null if some exception occurs
         * @remarks             If the key has multiple values, the enumeration proceeds as follows: {A: a}, {B: b}, {B: c}, {B, d}, {C: e}, ...
-        *                      The specific error code can be accessed using the GetLastResult() method.
-        * @see                 IEnumerator()
-        * @see                 IMapEnumerator()
+        *                              The specific error code can be accessed using the GetLastResult() method.
+        * @see                 IMapEnumerator
         */
        virtual IEnumerator* GetEnumeratorN(void) const;
 
@@ -253,9 +251,8 @@ public:
         * @return              An enumerator (an instance of the IMapEnumerator derived class) of this map, @n
         *                              else @c null if some exception occurs
         * @remarks             If the key has multiple values, the enumeration proceeds as follows: {A: a}, {B: b}, {B: c}, {B, d}, {C: e}, ...
-        *              The specific error code can be accessed using the GetLastResult() method.
-        * @see                 IEnumerator()
-        * @see                 IMapEnumerator()
+        *                      The specific error code can be accessed using the GetLastResult() method.
+        * @see                 IEnumerator
         */
        virtual IMapEnumerator* GetMapEnumeratorN(void) const;