fixed Doxygen warning
[platform/framework/native/appfw.git] / inc / FIoRegistry.h
index 1d921b6..14ef6f0 100644 (file)
@@ -280,9 +280,9 @@ public:
        * @exception    E_FILE_NOT_FOUND        The specified @c regPath cannot be found.
        * @exception    E_INVALID_FORMAT        Either of the following conditions has occurred:
        *                                                                       - The section or entry name of the registry file includes one of the following characters:
-       *                                                                       '\0', '\n', '#' and '='.
+       *                                                                       '\0', '\\n', '#' and '='.
        *                                                                       - The entry value of the registry file includes one of the following characters:
-       *                                                                       '\0' and '\n'.
+       *                                                                       '\0' and '\\n'.
        * @exception    E_MAX_EXCEEDED          The number of opened files has exceeded the maximum limit.
        * @exception    E_STORAGE_FULL          The disk space is full.
        * @exception    E_IO                            Either of the following conditions has occurred:
@@ -329,9 +329,9 @@ public:
        * @exception    E_FILE_NOT_FOUND        The specified @c regPath cannot be found.
        * @exception    E_INVALID_FORMAT        Either of the following conditions has occurred:
        *                                                                       - The section or entry name of the registry file includes one of the following characters:
-       *                                                                       '\0', '\n', '#' and '='.
+       *                                                                       '\0', '\\n', '#' and '='.
        *                                                                       - The entry value of the registry file includes one of the following characters:
-       *                                                                       '\0' and '\n'.
+       *                                                                       '\0' and '\\n'.
        * @exception    E_MAX_EXCEEDED          The number of opened files has exceeded the maximum limit.
        * @exception    E_STORAGE_FULL          The disk space is full.
        * @exception    E_IO                            Either of the following conditions has occurred:
@@ -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,