From 2a96d36971b79519f8f6bb4cbe3359c6dc4e1e3f Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Thu, 1 Jun 2017 10:03:51 +0900 Subject: [PATCH] Corrected API reference Change-Id: Ibc0f8fa6f8d9f271502a5fde4618157b1b5e79c6 Signed-off-by: hyunuktak --- doc/stc_doc.h | 10 +++++----- include/stc.h | 7 +++++-- include/stc_internal.h | 4 ++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/doc/stc_doc.h b/doc/stc_doc.h index e55f48d..cf7d9d7 100755 --- a/doc/stc_doc.h +++ b/doc/stc_doc.h @@ -38,7 +38,7 @@ * * 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 using features in your application can be found in the Feature Element. * */ @@ -68,13 +68,13 @@ * * 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 using features in your application can be found in the Feature Element. * */ /** - * @defgroup CAPI_NETWORK_STC_NETWORK_STATISTICS_MODULE STC Statistics + * @defgroup CAPI_NETWORK_STC_STATISTICS_MODULE STC Statistics * @brief The STC statistics API provides functions for managing STC statistics. * @ingroup CAPI_NETWORK_STC_MODULE * @@ -95,7 +95,7 @@ * * 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 using features in your application can be found in the Feature Element. * */ @@ -122,7 +122,7 @@ * * 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 using features in your application can be found in the Feature Element. * */ diff --git a/include/stc.h b/include/stc.h index d3cd5be..37c6127 100755 --- a/include/stc.h +++ b/include/stc.h @@ -55,7 +55,7 @@ typedef void *stc_h; */ /** - * @addtogroup CAPI_NETWORK_STC_NETWORK_STATISTICS_MODULE + * @addtogroup CAPI_NETWORK_STC_STATISTICS_MODULE * @{ */ @@ -71,6 +71,9 @@ typedef void *stc_stats_rule_h; */ typedef void *stc_stats_info_h; +/** + * @} + */ /***************************************************************************** * Enumeration @@ -448,7 +451,7 @@ int stc_get_total_stats(stc_h stc, stc_stats_rule_h rule, */ /** - * @addtogroup CAPI_NETWORK_STC_NETWORK_STATISTICS_MODULE + * @addtogroup CAPI_NETWORK_STC_STATISTICS_MODULE * @{ */ diff --git a/include/stc_internal.h b/include/stc_internal.h index fc4efcc..e405b28 100755 --- a/include/stc_internal.h +++ b/include/stc_internal.h @@ -40,7 +40,7 @@ extern "C" { *****************************************************************************/ /** - * @addtogroup CAPI_NETWORK_STC_NETWORK_STATISTICS_MODULE + * @addtogroup CAPI_NETWORK_STC_STATISTICS_MODULE * @{ */ @@ -504,7 +504,7 @@ int stc_get_restriction_status(stc_h stc, stc_restriction_rule_h rule, */ /** - * @addtogroup CAPI_NETWORK_STC_NETWORK_STATISTICS_MODULE + * @addtogroup CAPI_NETWORK_STC_STATISTICS_MODULE * @{ */ -- 2.34.1