Update doxygen comments.

This commit is contained in:
Richard Barry 2013-07-13 19:58:42 +00:00
parent a6db135add
commit 1e17924fa8
4 changed files with 31 additions and 23 deletions

View file

@ -770,7 +770,7 @@ typedef xQueueHandle xSemaphoreHandle;
*
* @param xSemaphore A handle to the semaphore to be deleted.
*
* \page vSemaphoreDelete vSemaphoreDelete
* \defgroup vSemaphoreDelete vSemaphoreDelete
* \ingroup Semaphores
*/
#define vSemaphoreDelete( xSemaphore ) vQueueDelete( ( xQueueHandle ) ( xSemaphore ) )