*/
-/**
- * @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__ */