doxygen: RETURNS: -> @return

Previous comment style used RETRURNS:, use @return to comply
with javadoc style.

Change-Id: Ib1dffd92da1d97d60063ec5309b08049828f6661
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-07-01 17:29:04 -04:00
commit 1362e3c162
212 changed files with 1126 additions and 1126 deletions

View file

@ -158,7 +158,7 @@ static void _main(void)
* Note that all fields of "_nanokernel" are set to zero on entry, which may
* be all the initialization many of them require.
*
* RETURNS: N/A
* @return N/A
*/
static void nano_init(tCCS *dummyOutContext)
@ -262,7 +262,7 @@ extern void *__stack_chk_guard;
* The processor must be running in 32-bit mode, and the BSS must have been
* cleared/zeroed.
*
* RETURNS: Does not return
* @return Does not return
*/
FUNC_NORETURN void _Cstart(void)