From d33a883035927f6b6d3688e839abf510a59e984c Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Wed, 28 Aug 2019 14:57:46 +0900 Subject: [PATCH] Update the Doxygen comments of doc header file Change-Id: I89e38b35abc8f57d3beb836c33fc9437c1f6a9e0 Signed-off-by: Kichan Kwon --- doc/battery_monitor_doc.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/battery_monitor_doc.h b/doc/battery_monitor_doc.h index eef5d4e..a237c30 100755 --- a/doc/battery_monitor_doc.h +++ b/doc/battery_monitor_doc.h @@ -18,15 +18,15 @@ #define __TIZEN_SERVICE_BATTERY_MONITOR_DOC_H__ /** - * @ingroup CAPI_BATTERY_MONITOR_FRAMEWORK - * @defgroup CAPI_BATTERY_MONITOR_MODULE Battery Monitor + * @ingroup CAPI_SERVICE_FRAMEWORK + * @defgroup CAPI_SERVICE_BATTERY_MONITOR_MODULE Battery Monitor * * @brief The API's provide per resource battery consumption by the application. * - * @section CAPI_BATTERY_MONITOR_MODULE Header + * @section CAPI_SERVICE_BATTERY_MONITOR_MODULE_HEADER Required Header * \#include * - * @section CAPI_BATTERY_MONITOR_MODULE Overview + * @section CAPI_SERVICE_BATTERY_MONITOR_MODULE_OVERVIEW Overview * Battery consumption by a device does not only comprises power consumed by CPU, * but it also includes power consumed by other components like - WiFi, Bt, Display, Mobile radio etc. * The user is normally unaware of power consumed by these components & hence when battery drains out, @@ -49,7 +49,7 @@ * - total battery usage in percent by an app-id for certain time duration. * - battery consumption in percent usage by a resource for certain time duration. * - * @section CAPI_BATTERY_MONITOR_MODULE_FEATURE Related Features + * @section CAPI_SERVICE_BATTERY_MONITOR_MODULE_FEATURE Related Features * The API's defined are related with the following features:\n * - http://tizen.org/feature/battery\n * -- 2.34.1