Fixed doxygen tag link errors
authorKeebong <keebong.bahn@samsung.com>
Fri, 25 Oct 2013 05:22:00 +0000 (14:22 +0900)
committerKeebong <keebong.bahn@samsung.com>
Fri, 25 Oct 2013 05:22:00 +0000 (14:22 +0900)
Change-Id: I9c3a7f4953f938eb3954d1cc446b7bedeef42bdb
Signed-off-by: Keebong <keebong.bahn@samsung.com>
inc/FBaseColIMap.h
inc/FBaseColMultiHashMap.h
inc/FBaseDoubleComparer.h
inc/FBaseInteger.h
inc/FBaseIntegerComparer.h
inc/FBaseLong.h
inc/FBaseLongComparer.h
inc/FBaseLongLongComparer.h
inc/FBaseShort.h
inc/FBaseShortComparer.h
inc/FBaseStringComparer.h

index b7593f8..a24e53d 100644 (file)
@@ -439,7 +439,7 @@ public:
         *                              else @c false
         * @param[in]   value   The value to locate
         *
-        * @see                 ContainsKey(const Object&)
+        * @see                 ContainsKey(const Object&) const
         */
        virtual bool ContainsValue(const Object& value) const = 0;
 
index e17272d..d14a82b 100644 (file)
@@ -248,7 +248,7 @@ public:
         *                              - 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                 IMapEnumerator()
+        * @see                 IMapEnumerator
         */
        virtual IEnumerator* GetEnumeratorN(void) const;
 
@@ -263,7 +263,7 @@ public:
         *                              - 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                 IEnumerator
         */
        virtual IMapEnumerator* GetMapEnumeratorN(void) const;
 
index 69ff911..e029247 100644 (file)
@@ -20,7 +20,7 @@
  *
  * This header file contains the declarations of the %DoubleComparer class.
  *
- * @see                        Double
+ * @see                        Tizen::Base::Double
  * @see                        Tizen::Base::Collection::IComparer
  */
 #ifndef _FBASE_DOUBLE_COMPARER_H_
@@ -122,4 +122,4 @@ private:
 
 }; // DoubleComparer
 }} // Tizen::Base
-#endif // _FBASE_DOUBLE_COMPARER_H_
\ No newline at end of file
+#endif // _FBASE_DOUBLE_COMPARER_H_
index bf0d9ba..464a140 100644 (file)
@@ -20,7 +20,7 @@
  *
  * This header file contains the declarations of the %Integer class.
  *
- * @see   Number
+ * @see   Tizen::Base::Number
  */
 #ifndef _FBASE_INTEGER_H_
 #define _FBASE_INTEGER_H_
index a593cd8..4e34c8c 100644 (file)
@@ -20,7 +20,7 @@
  *
  * This header file contains the declarations of the %IntegerComparer class.
  *
- * @see                        Integer
+ * @see                        Tizen::Base::Integer
  * @see                Tizen::Base::Collection::IComparer
  */
 #ifndef _FBASE_INTEGER_COMPARER_H_
index 51ddcbc..af05dee 100644 (file)
@@ -20,7 +20,7 @@
  *
  * This header file contains the declarations of the %Long class.
  *
- * @see                        Number
+ * @see                        Tizen::Base::Number
  */
 #ifndef _FBASE_LONG_H_
 #define _FBASE_LONG_H_
index 741a615..91d3bfe 100644 (file)
@@ -21,7 +21,7 @@
  *
  * This header file contains the declarations of the %LongComparer class.
  *
- * @see                        Long
+ * @see                        Tizen::Base::Long
  * @see         Tizen::Base::Collection::IComparer
  */
 #ifndef _FBASE_LONG_COMPARER_H_
index 9a3ef39..bf42322 100644 (file)
@@ -21,7 +21,7 @@
  *
  * This header file contains the declarations of the %LongLongComparer class.
  *
- * @see                        Long
+ * @see                        Tizen::Base::Long
  * @see                Tizen::Base::Collection::IComparer
  */
 #ifndef _FBASE_LONG_LONG_COMPARER_H_
index 25f0fd4..1f05c3e 100644 (file)
@@ -20,7 +20,7 @@
  *
  * This header file contains the declarations of the %Short class.
  *
- * @see                        Number
+ * @see                        Tizen::Base::Number
  */
 #ifndef _FBASE_SHORT_H_
 #define _FBASE_SHORT_H_
index e42ef9a..9af19e6 100644 (file)
@@ -20,7 +20,7 @@
  *
  * This header file contains the declarations of the %ShortComparer class.
  *
- * @see                        Short
+ * @see                        Tizen::Base::Short
  * @see         Tizen::Base::Collection::IComparer
  */
 #ifndef _FBASE_SHORT_COMPARER_H_
index 943f9a4..4f86c01 100644 (file)
@@ -20,7 +20,7 @@
  *
  * This header file contains the declarations of the %StringComparer class.
  *
- * @see                        String
+ * @see                        Tizen::Base::String
  * @see         Tizen::Base::Collection::IComparer
  */
 #ifndef _FBASE_STRING_COMPARER_H_