From: Konrad Kuchciak Date: Fri, 9 Apr 2021 05:56:35 +0000 (+0200) Subject: Adjust further based on ACR-1610 X-Git-Tag: submit/tizen/20210409.071151^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00d2cfef61fe7483e8df70bea4f67ce0b1e2974b;p=platform%2Fcore%2Fapi%2Fdiagnostics.git Adjust further based on ACR-1610 Change-Id: I29720203e7171ab9bcb0676d22a051b2753ec4f6 Signed-off-by: Konrad Kuchciak --- diff --git a/doc/diagnostics_doc.h b/doc/diagnostics_doc.h index f0a16a0..1280e9d 100644 --- a/doc/diagnostics_doc.h +++ b/doc/diagnostics_doc.h @@ -46,11 +46,11 @@ * 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 feature element description. + * More details on featuring your application can be found from Feature Element. */ diff --git a/include/diagnostics.h b/include/diagnostics.h index 8575b1d..682a378 100644 --- a/include/diagnostics.h +++ b/include/diagnostics.h @@ -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. *