From: Kichan Kwon Date: Fri, 23 Sep 2016 01:30:17 +0000 (+0900) Subject: Use doxygen style comment X-Git-Tag: submit/tizen/20160926.012656^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F89252%2F1;p=platform%2Fcore%2Fapi%2Fruntime-info.git Use doxygen style comment - Doxygen recognizes double leading stars as comment Change-Id: I4be4cc8b1c2569eb4bec0e869f92a4130ba88ecc Signed-off-by: Kichan Kwon --- diff --git a/include/runtime_info.h b/include/runtime_info.h index b4267a2..1a16c89 100644 --- a/include/runtime_info.h +++ b/include/runtime_info.h @@ -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__ */