Skip to content

Commit

Permalink
Merge pull request #2288 from jphickey/fix-2287-dox
Browse files Browse the repository at this point in the history
Fix #2287, remove return value doxygen markup
  • Loading branch information
dzbaker committed Apr 13, 2023
2 parents ac62c5f + 54019f5 commit eef72cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/es/fsw/src/cfe_es_resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ static inline void CFE_ES_TaskRecordSetUsed(CFE_ES_TaskRecord_t *TaskRecPtr, CFE
* that are known to refer to an actual table location (i.e. non-null).
*
* @param[in] TaskRecPtr pointer to task table entry
* @returns true if the entry is in use/configured, or false if it is free/empty
*/
static inline void CFE_ES_TaskRecordSetFree(CFE_ES_TaskRecord_t *TaskRecPtr)
{
Expand Down

0 comments on commit eef72cc

Please sign in to comment.