Use doxygen style comment 52/89252/1 accepted/tizen/3.0/common/20161114.105303 accepted/tizen/3.0/ivi/20161011.062217 accepted/tizen/3.0/mobile/20161015.032622 accepted/tizen/3.0/tv/20161016.003912 accepted/tizen/3.0/wearable/20161015.081816 accepted/tizen/common/20160926.154206 accepted/tizen/ivi/20160927.020958 accepted/tizen/mobile/20160927.021000 accepted/tizen/tv/20160927.020951 accepted/tizen/wearable/20160927.020956 submit/tizen/20160926.012656 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000006 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001
authorKichan Kwon <k_c.kwon@samsung.com>
Fri, 23 Sep 2016 01:30:17 +0000 (10:30 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Fri, 23 Sep 2016 01:32:22 +0000 (10:32 +0900)
- Doxygen recognizes double leading stars as comment

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

index b4267a2..1a16c89 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/**
  * Copyright (c) 2011 - 2015 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
@@ -24,7 +24,7 @@ extern "C"
 {
 #endif
 
- /**
+/**
  * @addtogroup CAPI_SYSTEM_RUNTIME_INFO_MODULE
  * @{
  */
@@ -415,4 +415,4 @@ int runtime_info_get_processor_max_frequency(int core_idx, int *cpu_freq);
 }
 #endif
 
-#endif /* __TIZEN_SYSTEM_RUNTIME_INFO_H__ */
+#endif /** __TIZEN_SYSTEM_RUNTIME_INFO_H__ */