doxygen: add @brief and capitalize

Remove function name from comment and add @brief instead.
Also capitilize first letter.

Change-Id: Ib708b49bf02e5bc89b0066637a55874e659637e0
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-07-01 17:51:40 -04:00
commit f367f071b6
223 changed files with 1146 additions and 1147 deletions

View file

@ -150,7 +150,7 @@ static void _main(void)
/**
*
* nano_init - initializes nanokernel data structures
* @brief Initializes nanokernel data structures
*
* This routine initializes various nanokernel data structures, including
* the background (or idle) task and any architecture-specific initialization.
@ -221,7 +221,7 @@ static void nano_init(tCCS *dummyOutContext)
#ifdef CONFIG_STACK_CANARIES
/**
*
* STACK_CANARY_INIT - initialize the kernel's stack canary
* @brief Initialize the kernel's stack canary
*
* This macro initializes the kernel's stack canary global variable,
* __stack_chk_guard, with a random value.
@ -256,7 +256,7 @@ extern void *__stack_chk_guard;
/**
*
* _Cstart - initialize nanokernel
* @brief Initialize nanokernel
*
* This routine is invoked by the BSP when the system is ready to run C code.
* The processor must be running in 32-bit mode, and the BSS must have been