Apply reviewed doxygen
[framework/osp/web.git] / inc / FWebCtrlGeolocationPermissionManager.h
index 2687bc8..1690033 100644 (file)
@@ -17,7 +17,6 @@
 /**\r
  * @file               FWebCtrlGeolocationPermissionManager.h\r
  * @brief              This is the header file for the %GeolocationPermissionManager class.\r
- * @privlevel          platform\r
  *\r
  * This header file contains the declarations of the %GeolocationPermissionManager class.\r
  *\r
@@ -44,8 +43,7 @@ class _GeolocationPermissionManagerImpl;
  *\r
  * @since              2.0\r
  *\r
- * The %GeolocationPermissionManager class provides methods to manage geolocation permissions decided by a user from origins using html5 JavaScript geolocation APIs.\r
- * @n\r
+ * The %GeolocationPermissionManager class provides methods to manage geolocation permissions decided by a user from origins using html5 JavaScript geolocation APIs. @n\r
  * Origin consists of the scheme, host, and port.\r
  */\r
 \r
@@ -61,10 +59,10 @@ public:
         * @privlevel           platform\r
         * @privilege   %http://tizen.org/privilege/geolocationpermission.read\r
         *\r
-        * @return      A pointer to Tizen::Base::Collection::IList containing origin(Tizen::Base::String) list, @n\r
+        * @return              A pointer to Tizen::Base::Collection::IList that contains the origin(Tizen::Base::String) list, @n\r
         *                              else @c null if no geolocation permission data exists\r
-        * @exception   E_SUCCESS               The method is successful.\r
-        * @exception   E_SYSTEM                The method cannot proceed due to a severe system error.\r
+        * @exception   E_SUCCESS                       The method is successful.\r
+        * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.\r
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.\r
         * @remarks     The specific error code can be accessed using the GetLastResult() method.\r
         */\r
@@ -78,8 +76,8 @@ public:
         * @privilege   %http://tizen.org/privilege/geolocationpermission.read\r
         *\r
         * @return              @c true if geolocation permission is allowed, @n\r
-        *                                      else @c false\r
-        * @param[in]   origin                  The origin\r
+        *                              else @c false\r
+        * @param[in]   origin                          The origin\r
         * @exception   E_SUCCESS                       The method is successful.\r
         * @exception   E_DATA_NOT_FOUND        There is no permission data for the specified @c origin.\r
         * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.\r
@@ -96,7 +94,7 @@ public:
         * @privilege   %http://tizen.org/privilege/geolocationpermission.write\r
         *\r
         * @return              An error code\r
-        * @param[in]   origin                  The origin\r
+        * @param[in]   origin                          The origin\r
         * @exception   E_SUCCESS                       The method is successful.\r
         * @exception   E_DATA_NOT_FOUND        There is no permission data for the specified @c origin.\r
         * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.\r
@@ -106,7 +104,7 @@ public:
        result Remove(const Tizen::Base::String& origin);\r
 \r
        /**\r
-        * Removes all elements in the list.\r
+        * Removes all the elements from the list.\r
         * \r
         * @since               2.0\r
         * @privlevel   platform\r
@@ -126,9 +124,9 @@ public:
         * @since               2.0\r
         *\r
         * @return              A pointer to the %GeolocationPermissionManager instance, @n\r
-        *                                      else @c null if it fails\r
+        *                              else @c null if it fails\r
         * @exception   E_SUCCESS                       The method is successful.\r
-        * @exception   E_OUT_OF_MEMORY The memory is insufficient.\r
+        * @exception   E_OUT_OF_MEMORY         The memory is insufficient.\r
         * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.\r
         * @remarks             The specific error code can be accessed using the GetLastResult() method.\r
         */\r