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:
parent
027ed5682b
commit
3a109b1f00
43 changed files with 372 additions and 372 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue