fixed Doxygen warning
authorMinkyoung Kang <mklove.kang@samsung.com>
Fri, 25 Oct 2013 08:55:58 +0000 (17:55 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Fri, 25 Oct 2013 09:47:23 +0000 (18:47 +0900)
Change-Id: I87192921aaaddaece1cafe46e89ed841589f658c

inc/FBaseCharacter.h
inc/FIoDatabase.h
inc/FIoMemoryMappedFile.h
inc/FIoRegistry.h

index e6af8c6..479c00e 100644 (file)
@@ -451,7 +451,7 @@ public:
 
        /**
         *      Returns the value of the input character in the supplied @c radix. @n
-        *      The value of @c radix must be between ::RADIX_MIN and ::RADIX_MAX.
+        *      The value of @c radix must be between Character::RADIX_MIN and Character::RADIX_MAX.
         *
         *      @since 2.0
         *
@@ -463,7 +463,7 @@ public:
 
        /**
         *      Returns the value which represents the input digit in the specified @c radix. @n
-        *      The value of @c radix must be between ::RADIX_MIN and ::RADIX_MAX.
+        *      The value of @c radix must be between Character::RADIX_MIN and Character::RADIX_MAX.
         *
         *      @since 2.0
         *
@@ -573,7 +573,7 @@ public:
 
        /**
         * The minimum radix available for converting to and from strings. @n
-        * Same value as ::RADIX_BINARY.
+        * Same value as Character::RADIX_BINARY.
         *
         * @since 2.0
         */
@@ -608,7 +608,7 @@ public:
        static const int RADIX_HEXADECIMAL = 16;
 
        /**
-        * The maximum radix available for converting to and from strings. Same value as ::RADIX_HEXADECIMAL.
+        * The maximum radix available for converting to and from strings. Same value as Character::RADIX_HEXADECIMAL.
         *
         * @since 2.0
         */
index 7df79a1..eb0d5df 100644 (file)
@@ -789,7 +789,7 @@ public:
        * @remarks
        *                               - The row ID is always available as an undeclared column named ROWID, OID, or _ROWID_
        *                               as long as those names are not used by explicitly declared columns.
-       *                               - If the table has a column of type ::INTEGER PRIMARY KEY then that column is another alias
+       *                               - If the table has a column of type INTEGER PRIMARY KEY then that column is another alias
        *                               for the row ID.
        *                               - This method returns the row ID of the most recent successful INSERT operation
        *                               for the current %Database instance.
index 84ceafc..857e0ee 100644 (file)
@@ -151,7 +151,7 @@ public:
        *                                                                               It should be a multiple of the page size.
        * @param[in]    length                                  The length of the mapping space
        * @param[in]    protection                              The memory protection of the mapping @n
-       *                                                                               It is either ::MEMORY_PROTECTION_MODE_NONE or the bitwise-inclusive OR of one
+       *                                                                               It is either Base::Runtime::MEMORY_PROTECTION_MODE_NONE or the bitwise-inclusive OR of one
        *                                                                               or more of the other modes in Base::Runtime::MemoryProtectionMode.
        * @param[in]    flag                                    The flag providing information about the handling of a memory mapped file @n
        *                                                                               It is the bitwise-inclusive OR of the flags in Tizen::Io::MemoryMappedFileFlag.
@@ -159,23 +159,23 @@ public:
        *                                                                               It should be a multiple of the page size.
        * @exception    E_SUCCESS                               The method is successful.
        * @exception    E_ILLEGAL_ACCESS                The specified @c flag is ::MEMORY_MAPPED_FILE_FLAG_SHARED and the specified @c
-       *                                                                               protection is ::MEMORY_PROTECTION_MODE_WRITE, but the specified file of
+       *                                                                               protection is Base::Runtime::MEMORY_PROTECTION_MODE_WRITE, but the specified file of
        *                                                                               MemoryMappedFile::Construct() is not opened with read-write mode.
        * @exception    E_INVALID_ARG                   Either of the following conditions has occurred:
        *                                                                               - The specified @c address or @c offset is not aligned on a page boundary.
        *                                                                               - The specified @c length is not positive.
-       *                                                                               - The specified @c protection, @c flag, or @c offset is invalid.
+       *                                                                               - The specified @c protection, @c flag, or @c offset is invalid.
        *                                                                               - The specified @c flag cannot contain both ::MEMORY_MAPPED_FILE_FLAG_PRIVATE and
        *                                                                               ::MEMORY_MAPPED_FILE_FLAG_SHARED.
        * @exception    E_MAX_EXCEEDED                  The number of mapped regions has exceeded the maximum limit.
        * @exception    E_OBJECT_LOCKED                 The mapped file has been locked.
        * @exception    E_OUT_OF_MEMORY                 Either of the following conditions has occurred:
        *                                                                               - The memory is insufficient.
-       *                                                                               - The specified @c flag is ::MEMORY_MAPPED_FILE_FLAG_FIXED, and the specified address
-       *                                                                                 range exceeds that allowed for the address space of a current process.
+       *                                                                               - The specified @c flag is ::MEMORY_MAPPED_FILE_FLAG_FIXED, and the specified @c address
+       *                                                                               range exceeds that allowed for the address space of a current process.
        * @exception    E_IO                                    Either of the following conditions has occurred:
        *                                                                               - The underlying file system does not support memory mapping.
-       *                                                                               - The specified @c protection is ::MEMORY_PROTECTION_MODE_EXEC, but the mapped file
+       *                                                                               - The specified @c protection is Base::Runtime::MEMORY_PROTECTION_MODE_EXEC, but the mapped file
        *                                                                               exists on a file system that has been mounted no-exec.
        * @remarks
        *                               - The specific error code can be accessed using the GetLastResult() method.
index 85f9b37..14ef6f0 100644 (file)
@@ -541,7 +541,7 @@ public:
        *                                                                               - The method has failed to parse the encoded entry value string.
        *                                                                               - The specified data type of the value and the data type of the retrieved value are different.
        * @exception    E_DATA_NOT_FOUND                There is no value assigned for the specified entry name. @n
-       *                                                                               If the value is retrieved using the ::REGTYPE_STRING type,
+       *                                                                               If the value is retrieved using the REGTYPE_STRING type,
        *                                                                               an empty string is returned even if no value is assigned.
        */
        result GetValue(const Tizen::Base::String& sectionName, const Tizen::Base::String& entryName, int& retVal) const;
@@ -609,7 +609,7 @@ public:
        *                                                                               - The method has failed to parse the encoded entry value string.
        *                                                                               - The specified data type of the value and the data type of the retrieved value are different.
        * @exception    E_DATA_NOT_FOUND                There is no value assigned for the specified entry name. @n
-       *                                                                               If the value is retrieved using the ::REGTYPE_STRING type,
+       *                                                                               If the value is retrieved using the REGTYPE_STRING type,
        *                                                                               an empty string is returned even if no value is assigned.
        */
        result GetValue(const Tizen::Base::String& sectionName, const Tizen::Base::String& entryName, Tizen::Base::String& retVal) const;
@@ -631,7 +631,7 @@ public:
        *                                                                               - The method has failed to parse the encoded entry value string.
        *                                                                               - The specified data type of the value and the data type of the retrieved value are different.
        * @exception    E_DATA_NOT_FOUND                There is no value assigned for the specified entry name. @n
-       *                                                                               If the value is retrieved using the ::REGTYPE_STRING type,
+       *                                                                               If the value is retrieved using the REGTYPE_STRING type,
        *                                                                               an empty string is returned even if no value is assigned.
        */
        result GetValue(const Tizen::Base::String& sectionName, const Tizen::Base::String& entryName, Tizen::Base::UuId& retVal) const;
@@ -653,7 +653,7 @@ public:
        *                                                                               - The method has failed to parse the encoded entry value string.
        *                                                                               - The specified data type of the value and the data type of the retrieved value are different.
        * @exception    E_DATA_NOT_FOUND                There is no value assigned for the specified entry name. @n
-       *                                                                               If the value is retrieved using the ::REGTYPE_STRING type,
+       *                                                                               If the value is retrieved using the REGTYPE_STRING type,
        *                                                                               an empty string is returned even if no value is assigned.
        * @remarks              Decide the size of the byte data to be fecthed and construct the Tizen::Base::ByteBuffer before passing it to the method. @n
        *                               When the %Tizen::Base::ByteBuffer capacity is less than the actual binary data stored in the registry,