Fix some warnings in doxygen comments (#453)

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
This commit is contained in:
Muneeb Ahmed 2022-02-10 12:36:42 -07:00 committed by GitHub
parent 4a490d64a5
commit 4014abb943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -65,8 +65,6 @@
* be set and then tested atomically - as is the case where event groups are * be set and then tested atomically - as is the case where event groups are
* used to create a synchronisation point between multiple tasks (a * used to create a synchronisation point between multiple tasks (a
* 'rendezvous'). * 'rendezvous').
*
* \defgroup EventGroup
*/ */

View file

@ -1000,7 +1000,7 @@ eTaskState eTaskGetState( TaskHandle_t xTask ) PRIVILEGED_FUNCTION;
* filled with information about the task referenced by the handle passed using * filled with information about the task referenced by the handle passed using
* the xTask parameter. * the xTask parameter.
* *
* @xGetFreeStackSpace The TaskStatus_t structure contains a member to report * @param xGetFreeStackSpace The TaskStatus_t structure contains a member to report
* the stack high water mark of the task being queried. Calculating the stack * the stack high water mark of the task being queried. Calculating the stack
* high water mark takes a relatively long time, and can make the system * high water mark takes a relatively long time, and can make the system
* temporarily unresponsive - so the xGetFreeStackSpace parameter is provided to * temporarily unresponsive - so the xGetFreeStackSpace parameter is provided to