diff --git a/include/croutine.h b/include/croutine.h index a5e2e4462d..7ec24aa8b5 100644 --- a/include/croutine.h +++ b/include/croutine.h @@ -243,7 +243,7 @@ void vCoRoutineSchedule( void ); * crEND(); * } * @endcode - * \defgroup crSTART crSTART + * \defgroup crEND crEND * \ingroup Tasks */ diff --git a/include/queue.h b/include/queue.h index e3dbbefd2f..184843ea07 100644 --- a/include/queue.h +++ b/include/queue.h @@ -945,7 +945,7 @@ UBaseType_t uxQueueMessagesWaiting( const QueueHandle_t xQueue ) PRIVILEGED_FUNC * * @return The number of spaces available in the queue. * - * \defgroup uxQueueMessagesWaiting uxQueueMessagesWaiting + * \defgroup uxQueueSpacesAvailable uxQueueSpacesAvailable * \ingroup QueueManagement */ UBaseType_t uxQueueSpacesAvailable( const QueueHandle_t xQueue ) PRIVILEGED_FUNCTION; @@ -1111,7 +1111,7 @@ void vQueueDelete( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION; * } * @endcode * - * \defgroup xQueueSendFromISR xQueueSendFromISR + * \defgroup xQueueSendToBackFromISR xQueueSendToBackFromISR * \ingroup QueueManagement */ #define xQueueSendToBackFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ @@ -1363,7 +1363,7 @@ void vQueueDelete( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION; * } * @endcode * - * \defgroup xQueueSendFromISR xQueueSendFromISR + * \defgroup xQueueGenericSendFromISR xQueueGenericSendFromISR * \ingroup QueueManagement */ BaseType_t xQueueGenericSendFromISR( QueueHandle_t xQueue,