[platform] Fix doxygen error @Return to @return

pull/4233/head
Sam Grove 2017-04-25 14:50:29 -05:00
parent 5e7ce5fa23
commit 93b8bb8e52
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ void *mbed_mem_trace_realloc(void *res, void *ptr, size_t size, void *caller);
* @param nmemb the 'nmemb' argument given to 'calloc'.
* @param size the 'size' argument given to 'calloc'.
* @param caller the caller of the memory operation.
* @Return 'res' (the first argument).
* @return 'res' (the first argument).
*/
void *mbed_mem_trace_calloc(void *res, size_t num, size_t size, void *caller);