From: Junghyun Yeon Date: Thu, 30 Nov 2017 02:01:16 +0000 (+0900) Subject: Fix some comments in header X-Git-Tag: accepted/tizen/unified/20171211.061340~2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fapi%2Fapp-manager.git;a=commitdiff_plain;h=1e6f72e48036d2f262495725095b57c38d37e36b Fix some comments in header Change-Id: Ic243bbc948ad78067bc639588b8d38234696ef80 Signed-off-by: Junghyun Yeon --- diff --git a/include/app_manager.h b/include/app_manager.h index 3ee3be9..a9214ad 100644 --- a/include/app_manager.h +++ b/include/app_manager.h @@ -36,7 +36,7 @@ extern "C" { */ /** - * @brief Enumerations for Application Manager Error . + * @brief Enumerations for Application Manager Error. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif */ typedef enum { @@ -433,7 +433,7 @@ int app_manager_event_create(app_manager_event_h *handle); int app_manager_event_set_status(app_manager_event_h handle, int status_type); /** - * @brief Registers a callback function to be invoked when the app is event has occurred + * @brief Registers a callback function to be invoked when the app is event has occurred. * @since_tizen 3.0 * @param[in] handle The app manager event handle * @param[in] callback The callback function to be registered