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

@ -63,7 +63,7 @@ GDATA(_nanokernel)
/**
*
* _IntExit - kernel housekeeping when exiting interrupt handler installed
* @brief Kernel housekeeping when exiting interrupt handler installed
* directly in vector table
*
* Kernel allows installing interrupt handlers (ISRs) directly into the vector
@ -94,7 +94,7 @@ SECTION_SUBSEC_FUNC(TEXT, _HandlerModeExit, _IntExit)
/**
*
* _ExcExit - kernel housekeeping when exiting exception handler installed
* @brief Kernel housekeeping when exiting exception handler installed
* directly in vector table
*
* See _IntExit().