Skip to content

Commit

Permalink
Fix 407 - fixes for doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lbleier-GSFC committed Apr 8, 2020
1 parent 3024f63 commit c7515c3
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 c7515c3

Please sign in to comment.