From d0ef3a27a664cd31c27d0e8c40c008963e83fc13 Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Fri, 23 Sep 2016 10:30:17 +0900 Subject: [PATCH] Use doxygen style comment - Doxygen recognizes double leading stars as comment Change-Id: I4be4cc8b1c2569eb4bec0e869f92a4130ba88ecc Signed-off-by: Kichan Kwon --- include/runtime_info.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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__ */ -- 2.7.4