--- /dev/null
+/*
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef __TIZEN_SYSTEM_BATTERY_MONITOR_DOC_H__
+#define __TIZEN_SYSTEM_BATTERY_MONITOR_DOC_H__
+
+/**
+ * @ingroup CAPI_SYSTEM_RESOURCE_MODULE
+ * @defgroup CAPI_SYSTEM_BATTERY_BATTERY_MONITOR_MODULE Battery Monitor
+ *
+ * @brief The Battery Monitor API provides per-resource battery consumption by the application.
+ *
+ * @section CAPI_SYSTEM_BATTERY_BATTERY_MONITOR_MODULE_HEADER Required Header
+ * \#include <battery_monitor.h>
+ *
+ * @section CAPI_SYSTEM_BATTERY_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,
+ * user treats it as abnormal behaviour of device.
+ *
+ * Under these circumstances, user takes immediate action like killing all power hungry applications,
+ * use minimal display brightness, enable night mode in day time, shutting down some sensors, disabling
+ * background data for applications to restrict power usage & in the worst case - uninstall the application.
+ *
+ * User's decision making at such time is greatly influenced by the accuracy of battery consumption estimation
+ * and statistics provided to him.
+ *
+ * With this battery-monitor framework, power consumed by each & every application is determined along with the
+ * power consumed by individual resources which are used by the application at the time of running.
+ *
+ * The API's provide the following functionality:
+ * Battery Power Usage in mAh (milli-Ampere-Hour) for, between a custom start & end time.
+ * - battery consumption in mAh for specific resource from available data.
+ * - battery consumption in mAh for all resources used by app_id.
+ * - battery consumption in mAh by an app-id for a specific resource.
+ * - total battery usage in mAh by an app-id for certain start & end time pair.
+ * - battery consumption in mAh by a resource for certain start & end time pair.
+ *
+ * @section CAPI_SYSTEM_BATTERY_BATTERY_MONITOR_MODULE_FEATURE Related Features
+ * The API's defined are related with the following features:\n
+ * - %http://tizen.org/feature/battery\n
+ *
+ * It is recommended to design applications with regard to features, for reliability.\n
+ *
+ * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
+ *
+ * More details on using features in your application can be found in the <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature List</b>.</a>
+ *
+ */
+
+#endif /* __TIZEN_SYSTEM_BATTERY_MONITOR_DOC_H__ */
+++ /dev/null
-/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __TIZEN_SYSTEM_BATTERY_DOC_H__
-#define __TIZEN_SYSTEM_BATTERY_DOC_H__
-
-/**
- * @ingroup CAPI_SYSTEM_FRAMEWORK
- * @defgroup CAPI_SYSTEM_BATTERY_MODULE Battery
- *
- * @brief The Battery API provides functions to get status of battery.
- *
- */
-
-/**
- * @ingroup CAPI_SYSTEM_BATTERY_MODULE
- * @defgroup CAPI_SYSTEM_BATTERY_BATTERY_MONITOR_MODULE Battery Monitor
- *
- * @brief The API's provide per resource battery consumption by the application.
- *
- * @section CAPI_SYSTEM_BATTERY_BATTERY_MONITOR_MODULE_HEADER Required Header
- * \#include <battery_monitor.h>
- *
- * @section CAPI_SYSTEM_BATTERY_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,
- * user treats it as abnormal behaviour of device.
- *
- * Under these circumstances, user takes immediate action like killing all power hungry applications,
- * use minimal display brightness, enable night mode in day time, shutting down some sensors, disabling
- * background data for applications to restrict power usage & in the worst case - uninstall the application.
- *
- * User's decision making at such time is greatly influenced by the accuracy of battery consumption estimation
- * and statistics provided to him.
- *
- * With this battery-monitor framework, power consumed by each & every application is determined along with the
- * power consumed by individual resources which are used by the application at the time of running.
- *
- * The API's provide the following functionality:
- * Battery Power Usage in mAh (milli-Ampere-Hour) for, between a custom start & end time.
- * - battery consumption in mAh for specific resource from available data.
- * - battery consumption in mAh for all resources used by app_id.
- * - battery consumption in mAh by an app-id for a specific resource.
- * - total battery usage in mAh by an app-id for certain start & end time pair.
- * - battery consumption in mAh by a resource for certain start & end time pair.
- *
- * @section CAPI_SYSTEM_BATTERY_BATTERY_MONITOR_MODULE_FEATURE Related Features
- * The API's defined are related with the following features:\n
- * - %http://tizen.org/feature/battery\n
- *
- * It is recommended to design applications with regard to features, for reliability.\n
- *
- * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
- *
- * More details on using features in your application can be found in the <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature List</b>.</a>
- *
- */
-
-#endif /* __TIZEN_SYSTEM_BATTERY_DOC_H__ */
-