From ea18a9d87d2cb68115d869e00b6c8f52586bd58c Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 8 Nov 2017 15:16:57 +0900 Subject: [PATCH] tizenrt: Add more doxygen info in header [Philippe Coval] While working along master branches of TizenRT and IoTjs, I observed that this patch was applied old version, This harmless change wasn't forwarded upstream, while can still even apply today. [Dongeon Kim] external/iotjs: merge description file Author: Dongeon Kim Change-Id: I30a8e2d8772d7643b2113d7e40f87f885da4f3de Origin: https://github.com/Samsung/TizenRT/pull/926 Bug-TizenRT: https://github.com/Samsung/TizenRT/pull/2018 Forwarded: https://github.com/Samsung/iotjs/pull/1733 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval philippe.coval@osg.samsung.com --- include/iotjs.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/include/iotjs.h b/include/iotjs.h index 8ec532d667..7fbd03d623 100644 --- a/include/iotjs.h +++ b/include/iotjs.h @@ -13,6 +13,19 @@ * limitations under the License. */ +/** + * @defgroup IOTJS IOTJS + * @ingroup IOTJS + * @{ + */ + +/** + * @file iotjs.h + * @brief IoT.js is Open Source software under the Apache 2.0 license. Complete license and copyright information can be found within the code.\n\n + * Official website : http://iotjs.net\n + * Online API Reference : https://github.com/Samsung/iotjs/blob/master/docs/api/IoT.js-API-reference.md\n + */ + #ifndef IOTJS_IOTJS_H #define IOTJS_IOTJS_H @@ -30,3 +43,4 @@ IOTJS_EXTERN_C void iotjs_conf_console_out(int (*fp)(int level, const char* fmt, ...)); #endif /* IOTJS_IOTJS_H */ +/** @} */ // end of IOTJS group