fix API doc for eliminating warning message 05/89305/2
authorIckhee Woo <ickhee.woo@samsung.com>
Fri, 23 Sep 2016 05:18:48 +0000 (14:18 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Fri, 23 Sep 2016 05:22:54 +0000 (14:22 +0900)
Change-Id: I6571284321a5294652122658d6447c2d25ee6e1d
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
include/mobile/account.h
include/wearable/account.h
packaging/libaccount-service.spec

index 7934824..f55c782 100644 (file)
@@ -1433,10 +1433,10 @@ int account_type_query_provider_feature_by_app_id(provider_feature_cb callback,
  * @exception #ACCOUNT_ERROR_NONE               Successful
  * @exception #ACCOUNT_ERROR_INVALID_PARAMETER  Invalid parameter
  * @exception #ACCOUNT_ERROR_RECORD_NOT_FOUND   Related record does not exist
- * @excaption #ACCOUNT_ERROR_DB_FAILED          Database operation failed
+ * @exception #ACCOUNT_ERROR_DB_FAILED          Database operation failed
  * @exception #ACCOUNT_ERROR_PERMISSION_DENIED  DB access fail by permission
- * @excaption #ACCOUNT_ERROR_DATABASE_BUSY      SQLite handler is busy
- * @excaption #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
+ * @exception #ACCOUNT_ERROR_DATABASE_BUSY      SQLite handler is busy
+ * @exception #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  *
  * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3.\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
@@ -1645,7 +1645,7 @@ int account_type_query_label_by_app_id(account_label_cb callback, const char *ap
  * @privlevel     public
  * @privilege     %http://tizen.org/privilege/account.read
  * @param[in]     app_id        The application ID to search
- * @param[in/out] account_type  The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function.
+ * @param[inout] account_type  The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function.
  *
  * @return  @c 0 on success,
  *          otherwise a negative error value
@@ -1849,9 +1849,16 @@ int account_subscribe_notification(account_subscribe_h account_subscribe, accoun
  */
 int account_unsubscribe_notification(account_subscribe_h account_subscribe);
 
+
+/* End of Account APIs */
+/**
+ * @}
+ */
+
+
 #ifdef __cplusplus
 }
 #endif
 
 
-#endif /* __ACCOUNT_H_ */
+#endif /* __ACCOUNT_H__ */
index 793fe57..dd1e63a 100644 (file)
@@ -1342,10 +1342,10 @@ int account_type_query_provider_feature_by_app_id(provider_feature_cb callback,
  * @exception #ACCOUNT_ERROR_NONE               Successful
  * @exception #ACCOUNT_ERROR_INVALID_PARAMETER  Invalid parameter
  * @exception #ACCOUNT_ERROR_RECORD_NOT_FOUND   Related record does not exist
- * @excaption #ACCOUNT_ERROR_DB_FAILED          Database operation failed
+ * @exception #ACCOUNT_ERROR_DB_FAILED          Database operation failed
  * @exception #ACCOUNT_ERROR_PERMISSION_DENIED  DB access fail by permission
- * @excaption #ACCOUNT_ERROR_DATABASE_BUSY      SQLite handler is busy
- * @excaption #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
+ * @exception #ACCOUNT_ERROR_DATABASE_BUSY      SQLite handler is busy
+ * @exception #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  *
  */
 bool account_type_query_supported_feature(const char *app_id, const char *capability);
@@ -1547,7 +1547,7 @@ int account_type_query_label_by_app_id(account_label_cb callback, const char *ap
  * @privlevel     public
  * @privilege     %http://tizen.org/privilege/account.read
  * @param[in]     app_id        The application ID to search
- * @param[in/out] account_type  The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function.
+ * @param[inout] account_type  The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function.
 
  *
  * @return  @c 0 on success,
@@ -1739,9 +1739,16 @@ int account_subscribe_notification(account_subscribe_h account_subscribe, accoun
  */
 int account_unsubscribe_notification(account_subscribe_h account_subscribe);
 
+
+/* End of Account APIs */
+/**
+ * @}
+ */
+
+
 #ifdef __cplusplus
 }
 #endif
 
 
-#endif /* __ACCOUNT_H_ */
+#endif /* __ACCOUNT_H__ */
index 956673a..11b1a94 100644 (file)
@@ -1,7 +1,7 @@
 
 Name:       libaccount-service
 Summary:    Account DB library
-Version:    0.4.6
+Version:    0.4.7
 Release:    1
 Group:      Social & Content/API
 License:    Apache-2.0