Change words from Feature List to feature element description. 36/191236/4 accepted/tizen/5.0/unified/20181102.013344 accepted/tizen/unified/20181015.161506 submit/tizen/20181015.062835 submit/tizen_5.0/20181101.000002
authorlokilee73 <changjoo.lee@samsung.com>
Mon, 15 Oct 2018 02:09:48 +0000 (11:09 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Mon, 15 Oct 2018 04:51:24 +0000 (13:51 +0900)
Add a description for http://tizen.org.feature.display.state

Change-Id: Ia8c8e4cbb1a5381e535abe7a716217d364b4d04d
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
doc/device_doc.h
include/display.h
include/power.h

index d30459e..187b051 100755 (executable)
@@ -68,7 +68,7 @@
  *
  * 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 featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature List</b>.</a>
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>feature element description</b>.</a>
  *
  *
  */
@@ -97,7 +97,7 @@
  *
  * 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 featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature List</b>.</a>
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>feature element description</b>.</a>
  *
  */
 
  *
  * 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 featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature List</b>.</a>
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>feature element description</b>.</a>
  *
  *
  */
  *
  * 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 featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>feature element description</b>.</a>
  *
  */
 
  *
  * 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 featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature List</b>.</a>
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>feature element description</b>.</a>
  *
  */
 
  *
  * 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 featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>feature element description</b>.</a>
  *
  */
 
index ac1624c..e31cfdc 100755 (executable)
@@ -153,6 +153,7 @@ int device_display_get_state(display_state_e *state);
  * @privlevel public
  * @privilege %http://tizen.org/privilege/display
  * @remarks This API triggers display change process and then updates the status when it completes. While the operation is on-going, the device_display_get_state() function returns previous display state.
+ * @remarks #DEVICE_ERROR_NOT_SUPPORTED is returned, when the following feature is not supported: %http://tizen.org/feature/display.state.
  * @param[in] state The display state
  * @return @c 0 on success,
  *         otherwise a negative error value
index 9eaf2d4..518aeb4 100755 (executable)
@@ -100,6 +100,7 @@ int device_power_release_lock(power_lock_e type);
  * @privlevel public
  * @privilege %http://tizen.org/privilege/display
  * @remarks This API triggers turn on process and then updates the status when it completes. While the operation is on-going, the device_display_get_state() function returns previous display state.
+ * @remarks #DEVICE_ERROR_NOT_SUPPORTED is returned, when the following feature is not supported: %http://tizen.org/feature/display.state.
  * @param[in] dim Set @c true to set the dim state,
  *                otherwise set @c false to not set the dim state
  * @return @c 0 on success,