remove Doxygen warning
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Apr 2013 04:43:07 +0000 (13:43 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Apr 2013 04:43:07 +0000 (13:43 +0900)
Change-Id: Ia6a0879dfdad498843f07b1d408bfc40ca92eecd

inc/FBaseColRandomIteratorT.h
inc/FIoDatabase.h
inc/FIoFile.h
inc/FIoRegistry.h
inc/FSecAccessController.h

index a9a5847..90baf13 100644 (file)
@@ -55,7 +55,7 @@ public:
         * @since               2.1
         *
         * @param[in]   list            A reference to the IList instance to convert
-        * @param[in]   position        A start position
+        * @param[in]   index   A start index
         * @remarks                     %RandomIteratorT only supports random accessible collection for performance.
         * @see                         Tizen::Base::Collection::IList::IsRandomAccessible()
         */
index bc7c416..394d80b 100644 (file)
@@ -291,8 +291,8 @@ public:
        virtual ~Database(void);
 
        /**
-       * @if OSPDEPREC
        * @{
+       * @if OSPDEPREC
        * Initializes this instance of %Database with the specified parameters. @n
        * This method creates a new database file or opens an existing database file in the read-write mode.
        *
@@ -333,14 +333,14 @@ public:
        * @remarks      To open the database file in the read-only mode,
        *                       use the Database::Construct(const Tizen::Base::String& dbPath, const char* pOpenMode) method
        *                       with "r" as the value for the open mode flag.
-       * @}
        * @endif
+       * @}
        */
        result Construct(const Tizen::Base::String& dbPath, bool createIfNotExist);
 
        /**
-       * @if OSPDEPREC
        * @{
+       * @if OSPDEPREC
        * Initializes this instance of %Database with the specified parameters. @n
        * This method creates a new database file or opens an existing database file in the read-only or the read-write mode.
        *
@@ -377,8 +377,8 @@ public:
        *                                                                               - The method has failed to open or create a file. @n
        *                                                                               - An unexpected device failure has occurred as the media ejected suddenly. @n
        *                                                                               - %File corruption is detected.
-       * @}
        * @endif
+       * @}
        */
        result Construct(const Tizen::Base::String& dbPath, long openMode, long option);
 
index e7361e9..57b9b2e 100644 (file)
@@ -216,8 +216,8 @@ public:
        virtual ~File(void);
 
        /**
-       * @if OSPDEPREC
        * @{
+       * @if OSPDEPREC
        * Initializes this instance of %File with the specified parameters. @n
        * This method opens an existing file or creates a new one according to the specified file opening mode.
        *
@@ -265,8 +265,8 @@ public:
        * @remarks              The following file opening mode strings are recognized by this method: "w+", "wb+", "w+b", "w", "wb", "a+",
        *                               "ab+", "a+b", "a", "ab", "r+", "rb+", "r+b", "r", "rb". @n
        *                               Other strings lead to E_INVALID_ARG. However, "b"(binary) open mode is ignored internally.
-       * @}
        * @endif
+       * @}
        */
        result Construct(const Tizen::Base::String& filePath, const Tizen::Base::String& openMode, bool createParentDirectories);
 
index 284b98d..6dba5f3 100644 (file)
@@ -163,8 +163,8 @@ public:
        virtual ~Registry(void);
 
        /**
-       * @if OSPDEPREC
        * @{
+       * @if OSPDEPREC
        * Initializes this instance of %Registry with the specified parameters. @n
        * This method loads a registry file in the read-write mode.
        *
@@ -202,14 +202,14 @@ public:
        * @exception    E_PARSING_FAILED                The method has failed to parse the registry file.
        * @remarks              To load the registry in read-only mode, use the Registry::Construct(const Tizen::Base::String& regPath,
        *               long openMode, long option) method with REG_OPEN_READ_ONLY as a value for the open mode flag.
-       * @}
        * @endif
+       * @}
        */
        result Construct(const Tizen::Base::String& regPath, bool createIfNotExist);
 
        /**
-       * @if OSPDEPREC
        * @{
+       * @if OSPDEPREC
        * Initializes this instance of %Registry with the specified parameters. @n
        * This method loads a registry file in the read-only or the read-write mode.
        *
@@ -250,8 +250,8 @@ public:
        *                                                                               - %File corruption is detected.
        * @exception    E_INVALID_FORMAT                The input registry file contains '0x00' in the middle of the file.
        * @exception    E_PARSING_FAILED                The method has failed to parse the registry file.
-       * @}
        * @endif
+       * @}
        */
        result Construct(const Tizen::Base::String& regPath, long openMode, long option);
 
index 79477f3..901ef7b 100644 (file)
@@ -81,7 +81,7 @@ public:
     *
     * @since 2.1
     * @return          An error code
-    * @param[in]       appId                                   The package ID
+    * @param[in]       packageId                                       The package ID
     * @param[in]       privilege                               A string of the specified privilege
     * @exception       E_SUCCESS                               The method is successful and the request is granted.
     * @exception       E_INVALID_ARG                   The specified @c privilege is invalid privilege string.