[content] Reflection of inspected header files
[platform/framework/native/content.git] / inc / FCntContentManager.h
index ef31aa5..16046f9 100644 (file)
@@ -432,7 +432,7 @@ public:
        result DeleteContent(const ContentId& contentId);
 
        /**
-        * Adds a listener to receive the database change notification
+        * Adds a listener to receive the database change notification.
         *
         * @since                       2.1
         *
@@ -445,7 +445,7 @@ public:
        result AddContentUpdateEventListener(IContentUpdateEventListener& listener);
 
        /**
-        * Removes a listener
+        * Removes a listener.
         *
         * @since           2.1
         *
@@ -459,7 +459,7 @@ public:
 
 
        /**
-        * Requests to scan a file
+        * Requests to scan a file.
         *
         * @since                       2.1
         * @privlevel           public
@@ -467,16 +467,16 @@ public:
         *
         * @return              An error code
         * @param[in]   contentPath                     The content path
-        * @exception   E_SUCCESS                               The method is successful.
-        * @exception   E_INVALID_ARG                   The specified input parameter is invalid.
+        * @exception   E_SUCCESS                       The method is successful.
+        * @exception   E_INVALID_ARG           The specified input parameter is invalid.
         * @exception   E_SERVICE_BUSY          The database is busy.
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
-        * @exception   E_SYSTEM                                The method cannot proceed due to a severe system error.
+        * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.
         */
        static result ScanFile(const Tizen::Base::String& contentPath);
 
        /**
-        * Requests to scan a directory
+        * Requests to scan a directory.
         *
         * @since                       2.1
         * @privlevel           public
@@ -484,14 +484,14 @@ public:
         *
         * @return                      An error code
         * @param[in]           directoryPath                   The directory path
-        * @param[in]           recursive                               Set to @c true in order to scan recursively sub directories, @n
-        *                                       else @c false
+        * @param[in]           recursive                               Set to @c true in order to recursively scan sub directories, @n
+        *                                          else @c false
         * @param[in]           pListener                               The scan event listener
-        * @param[out]  reqId                                   The request ID
+        * @param[out]          reqId                                   The request ID
         * @exception           E_SUCCESS                               The method is successful.
         * @exception           E_INVALID_ARG                   The specified input parameter is invalid.
-        * @exception           E_SERVICE_BUSY          The database is busy.
-        * @exception           E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
+        * @exception           E_SERVICE_BUSY                  The database is busy.
+        * @exception           E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
         * @exception           E_SYSTEM                                The method cannot proceed due to a severe system error.
         * @remark                      Platform does not have the ownership of the listener.
         */