Skip to content

Commit

Permalink
tizenrt: Add more doxygen info in header
Browse files Browse the repository at this point in the history
[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 <devil.kim@samsung.com>
Change-Id: I30a8e2d8772d7643b2113d7e40f87f885da4f3de
Origin: Samsung/TizenRT#926
Bug-TizenRT: Samsung/TizenRT#2018
Forwarded: #1733
IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
  • Loading branch information
rzr committed Aug 29, 2018
1 parent 44cda40 commit f292fee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions include/iotjs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit f292fee

Please sign in to comment.