Doxygen: remove conditional statements for Wearable profile 24/309524/1
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 12 Apr 2024 02:09:02 +0000 (11:09 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 12 Apr 2024 02:09:07 +0000 (11:09 +0900)
Change-Id: I71933a8d17c0f1a8e41e5bb6a78b0f1bd926882c

doc/http_doc.h

index c85706ae6ea266e95925244d47ce033be4eaa867..2b71d5c98c6091c7b43b65354633b7dd6d602527 100755 (executable)
  * - Manage HTTP session
  * - Manage HTTP transaction
  * - Send/Receive HTTP request/response
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet \n
- * It is recommended to design feature related codes in your application for reliability.\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 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://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
  */
 
 
  * - Create / Delete HTTP session
  * - Get activated transaction count
  * - Manage redirection
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_SESSION_MODULE_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet \n
- * It is recommended to design feature related codes in your application for reliability.\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 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://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
  */
 
 
  * - Pause/Resume transaction
  * - Transfer HTTP request
  * - Get/Set transaction options such as interface, verification and timeout
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_TRANSACTION_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet \n
- * It is recommended to design feature related codes in your application for reliability.\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 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://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
  */
 
 
  * - Set/Get URI, method
  * - Make body for POST/PUT Method
  * It supports other request options according to the HTTP protocol.
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_REQUEST_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet\n
- * It is recommended to design feature related codes in your application for reliability.\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 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://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
  */
 
 
  * @section CAPI_NETWORK_HTTP_RESPONSE_MODULE_OVERVIEW Overview
  * It manages HTTP response message.
  * - Get status code and reason phrase from response message
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_RESPONSE_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet \n
- * It is recommended to design feature related codes in your application for reliability.\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 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://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
  */
 
 
  *
  * @section CAPI_NETWORK_HTTP_HEADER_MODULE_OVERVIEW Overview
  * It manages custom header.
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_HEADER_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet \n
- * It is recommended to design feature related codes in your application for reliability.\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 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://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
  */
 
 
  *
  * @section CAPI_NETWORK_HTTP_AUTHENTICATION_MODULE_OVERVIEW Overview
  * It manages HTTP Authentication and credential.
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_HEADER_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet \n
- * It is recommended to design feature related codes in your application for reliability.\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 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://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
  */