Adjust further based on ACR-1610 76/256676/2 accepted/tizen/unified/20210412.012040 submit/tizen/20210409.071151
authorKonrad Kuchciak <k.kuchciak@samsung.com>
Fri, 9 Apr 2021 05:56:35 +0000 (07:56 +0200)
committerKonrad Kuchciak <k.kuchciak@samsung.com>
Fri, 9 Apr 2021 06:08:08 +0000 (08:08 +0200)
Change-Id: I29720203e7171ab9bcb0676d22a051b2753ec4f6
Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
doc/diagnostics_doc.h
include/diagnostics.h

index f0a16a07e7eed1233c378926636317bd09821845..1280e9dce1791e3f221df2f555aa236678ea35a4 100644 (file)
  * This API is related with the following feature:\n
  * - %http://tizen.org/feature/diagnostics\n
  *
- * It is recommended to use features in your application for reliability. \n
+ * It is recommended to design feature related codes in your application for reliability.\n
  *
- * You can check if the device supports the related features for this API by using System Information, and control your application's actions accordingly. \n
+ * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE,thereby controlling the procedure of your application.\n
  *
- * To ensure your application is running only on devices with specific features, please define the features in your manifest file using the manifest editor in the SDK.
+ * 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://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>feature element description</b></a>.
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
  */
index 8575b1d3196999eb8b78aae85c8a439d73c18ccc..682a3786dbe0fb3f358410a62a35fb3fce00f8b1 100644 (file)
@@ -551,7 +551,7 @@ API int diagnostics_set_client_id(const char *client_id);
  * @brief Requests bugreport creation.
  * @since_tizen 6.5
  * @privlevel platform
- * @privilege http://tizen.org/privilege/bugreport.admin
+ * @privilege %http://tizen.org/privilege/bugreport.admin
  * @remarks This function is dedicated to diagnostic information subscribers. \n
  * To get bugreport's content, user must subscribe to 'BugreportCreated' diagnostics event, which is sent by crash-service after creating the report.
  *