Modify comment about version 71/119471/2 accepted/tizen/3.0/common/20170320.130715 accepted/tizen/3.0/ivi/20170320.081852 accepted/tizen/3.0/mobile/20170320.081628 accepted/tizen/3.0/tv/20170320.081727 accepted/tizen/3.0/wearable/20170320.081744 submit/tizen_3.0/20170317.123001
authorKichan Kwon <k_c.kwon@samsung.com>
Fri, 17 Mar 2017 05:40:04 +0000 (14:40 +0900)
committerKunhoon Baik <knhoon.baik@samsung.com>
Fri, 17 Mar 2017 05:50:43 +0000 (22:50 -0700)
Fix version according to related ACR : http://suprem.sec.samsung.net/jira/browse/ACR-514

Change-Id: I3415f14bc0f705e0a6da5d40cd6c87a45472bd85
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
include/runtime_info.h

index 898d50c813e137d17155591ffaa42a0b970d14e6..22d92089ab0fa7ea4641c8f9c220d752ba49b21e 100644 (file)
@@ -344,7 +344,7 @@ int runtime_info_get_process_cpu_usage(int *pid, int size, process_cpu_usage_s *
 
 /**
  * @brief Gets the number of processors.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 3.0
  * @param[out] num_core The number of whole processors
  * @retval #RUNTIME_INFO_ERROR_NONE Successful
  * @retval #RUNTIME_INFO_ERROR_INVALID_PARAMETER Invalid parameter
@@ -355,7 +355,7 @@ int runtime_info_get_processor_count(int *num_core);
 
 /**
  * @brief Gets the current frequency of processor.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 3.0
  * @param[in] core_idx The index (from 0) of CPU core that you want to know the frequency
  * @param[out] cpu_freq The current frequency(MHz) of processor
  * @retval #RUNTIME_INFO_ERROR_NONE Successful
@@ -368,7 +368,7 @@ int runtime_info_get_processor_current_frequency(int core_idx, int *cpu_freq);
 
 /**
  * @brief Gets the max frequency of processor.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 3.0
  * @param[in] core_idx The index (from 0) of CPU core that you want to know the frequency
  * @param[out] cpu_freq The max frequency(MHz) of processor
  * @retval #RUNTIME_INFO_ERROR_NONE Successful