fixed Doxygen warning
[platform/framework/native/appfw.git] / inc / FIoRegistry.h
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,