Revise doxygen
authorHyunbin Lee <hyunbin.lee@samsung.com>
Fri, 25 Oct 2013 00:18:37 +0000 (09:18 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Fri, 25 Oct 2013 00:18:37 +0000 (09:18 +0900)
Change-Id: I6c116f3db7aaf5d265bdeb11cc7891193659bae0
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
inc/FIoRegistry.h

index 1d921b6..85f9b37 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: