Adding in doxygen comment headers

Moving many of the functions from the old format of inline comments to
the newer doxygen format.

Change-Id: Ib0fe0d8627d7cd90219385a3ab627da8f9637d98
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
Dan Kalowsky 2015-10-20 09:42:33 -07:00 committed by Anas Nashif
commit 3a109b1f00
43 changed files with 372 additions and 372 deletions

View file

@ -105,7 +105,6 @@ extern void _Ctors(void);
*
* @return N/A
*/
static void _main(void)
{
_sys_device_do_config_level(_SYS_INIT_LEVEL_NANOKERNEL);
@ -132,7 +131,6 @@ extern void _main(void);
*
* @return N/A
*/
static void nano_init(struct tcs *dummyOutContext)
{
/*
@ -240,7 +238,6 @@ extern void *__stack_chk_guard;
*
* @return Does not return
*/
FUNC_NORETURN void _Cstart(void)
{
/* floating point operations are NOT performed during nanokernel init */