Commit fc25364
authored
Fix duplicate Doxygen \defgroup id for uxTaskBasePriorityGet (#1426)
uxTaskBasePriorityGet reused the \defgroup id 'uxTaskPriorityGet'
already defined by uxTaskPriorityGet, only with a different title.
Doxygen reported:
task.h: warning: group uxTaskPriorityGet: ignoring title
"uxTaskBasePriorityGet" that does not match old title
"uxTaskPriorityGet"
Give uxTaskBasePriorityGet its own group id so both functions are
documented correctly.1 parent 543558b commit fc25364
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
1053 | | - | |
| 1053 | + | |
1054 | 1054 | | |
1055 | 1055 | | |
1056 | 1056 | | |
| |||
0 commit comments