Fix api reference 11/174511/1
authorJaehyun Kim <jeik01.kim@samsung.com>
Mon, 2 Apr 2018 12:06:50 +0000 (21:06 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Mon, 2 Apr 2018 12:08:08 +0000 (21:08 +0900)
Change-Id: I7395ae4b822c4898a5ad8bfbf6f3d96d9f336c48
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
doc/stc_doc.h

index 89488606b1df995d035c86b0b6e640c170f0b227..873a5e85fddc976316260d9c56adfd0339250afb 100755 (executable)
  */
 
 
-/**
- * @defgroup CAPI_NETWORK_STC_RESTRICTION_MODULE STC Restriction
- * @brief The STC restriction API provides functions for managing STC restriction.
- * @ingroup CAPI_NETWORK_STC_MODULE
- *
- * @section CAPI_NETWORK_STC_RESTRICTION_MODULE_HEADER Required Header
- *   \#include <stc.h>
- *
- * @section CAPI_NETWORK_STC_RESTRICTION_MODULE_OVERVIEW Overview
- * To use STC restriction API, first create the STC handle using stc_initialize(). After that, you can obtain STC information.
- * You should destroy the created STC handle if you do not need it anymore.
- * The STC restriction API provides functions for managing STC restrictions.
- * @section CAPI_NETWORK_STC_RESTRICTION_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - http://tizen.org/feature/network.get\n
- *
- * It is recommended to use features 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 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</b></a>.
- *
- */
-
 #endif /* __TIZEN_NETWORK_STC_DOC_H__ */