mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-10 13:29:45 -04:00
Fix incorrect Doxygen \defgroup identifiers that reuse group ids already defined by other API functions: - croutine.h: \defgroup crSTART -> crEND for the crEND() macro doc - queue.h: \defgroup uxQueueMessagesWaiting -> uxQueueSpacesAvailable for the uxQueueSpacesAvailable() function doc - queue.h: \defgroup xQueueSendFromISR -> xQueueSendToBackFromISR for the xQueueSendToBackFromISR() macro doc - queue.h: \defgroup xQueueSendFromISR -> xQueueGenericSendFromISR for the xQueueGenericSendFromISR() function doc When building documentation with Doxygen, these duplicates cause warnings like: group X: ignoring title Y that does not match old title Z Signed-off-by: hanzhijian <hanzhijian@zepp.com> |
||
|---|---|---|
| .. | ||
| atomic.h | ||
| CMakeLists.txt | ||
| croutine.h | ||
| deprecated_definitions.h | ||
| event_groups.h | ||
| FreeRTOS.h | ||
| list.h | ||
| message_buffer.h | ||
| mpu_prototypes.h | ||
| mpu_syscall_numbers.h | ||
| mpu_wrappers.h | ||
| newlib-freertos.h | ||
| picolibc-freertos.h | ||
| portable.h | ||
| projdefs.h | ||
| queue.h | ||
| semphr.h | ||
| stack_macros.h | ||
| StackMacros.h | ||
| stdint.readme | ||
| stream_buffer.h | ||
| task.h | ||
| timers.h | ||