Skip to content

Commit

Permalink
HOTFIX nasa#1027, Remove missing doxygen reference
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper authored and astrogeco committed Dec 1, 2020
1 parent 7b9db48 commit f0f406b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions fsw/cfe-core/src/inc/cfe_sb.h
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,7 @@ CFE_Status_t CFE_SB_UnsubscribeLocal(CFE_SB_MsgId_t MsgId, CFE_SB_PipeId_t PipeI
** of a telemetry message.
**
** \param[in] MsgPtr A pointer to the message to be sent. This must point
** to the first byte of the message header
** (#CFE_MSG_Message_t).
** to the first byte of the message header.
**
** \return Execution status, see \ref CFEReturnCodes
** \retval #CFE_SUCCESS \copybrief CFE_SUCCESS
Expand Down Expand Up @@ -563,8 +562,7 @@ CFE_Status_t CFE_SB_SendMsg(CFE_MSG_Message_t *MsgPtr);
** sequence counter in a telemetry message.
**
** \param[in] MsgPtr A pointer to the message to be sent. This must point
** to the first byte of the message header
** (#CFE_MSG_Message_t).
** to the first byte of the message header.
**
** \return Execution status, see \ref CFEReturnCodes
** \retval #CFE_SUCCESS \copybrief CFE_SUCCESS
Expand Down

0 comments on commit f0f406b

Please sign in to comment.