Skip to content

Commit

Permalink
Merge pull request #411 from lbleier-GSFC/fix407-fixdocwarnings
Browse files Browse the repository at this point in the history
Fix #407, Resolve doxygen warnings for main doc
  • Loading branch information
astrogeco authored Apr 21, 2020
2 parents 229af74 + c7515c3 commit 75b24e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/os/inc/osapi-os-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ int32 OS_QueueGetIdByName (uint32 *queue_id, const char *queue_name);
* @retval #OS_SUCCESS @copybrief OS_SUCCESS
* @retval #OS_INVALID_POINTER if queue_prop is NULL
* @retval #OS_ERR_INVALID_ID if the ID given is not a valid queue
* @retval #OS_SUCCESS if the info was copied over correctly
*/
int32 OS_QueueGetInfo (uint32 queue_id, OS_queue_prop_t *queue_prop);
/**@}*/
Expand Down

0 comments on commit 75b24e3

Please sign in to comment.