Skip to content

Commit

Permalink
Fix nasa#322, Resolve usersguide issues with doxygen 1.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Sep 9, 2022
1 parent 2776979 commit abbfe10
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fsw/src/cf_cfdp_r.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@ int CF_CFDP_R_SubstateRecvEof(CF_Transaction_t *t, CF_Logical_PduBuffer_t *ph);
* @par Assumptions, External Events, and Notes:
* t must not be NULL. ph must not be NULL.
*
*
* @retval 0 on success. Returns anything else on error.
*
* @param t Pointer to the transaction object
* @param ph Pointer to the PDU information
*
Expand All @@ -240,9 +237,6 @@ void CF_CFDP_R1_SubstateRecvEof(CF_Transaction_t *t, CF_Logical_PduBuffer_t *ph)
* @par Assumptions, External Events, and Notes:
* t must not be NULL. ph must not be NULL.
*
*
* @retval 0 on success. Returns anything else on error.
*
* @param t Pointer to the transaction object
* @param ph Pointer to the PDU information
*
Expand Down Expand Up @@ -290,8 +284,6 @@ void CF_CFDP_R2_SubstateRecvFileData(CF_Transaction_t *t, CF_Logical_PduBuffer_t
* @par Assumptions, External Events, and Notes:
* chunks must not be NULL, c must not be NULL, opaque must not be NULL.
*
* @retval 0 on success. Returns anything else on error.
*
* @param chunks Not used, required for compatibility with CF_ChunkList_ComputeGaps
* @param c Pointer to a single chunk information
* @param opaque Pointer to a CF_GapComputeArgs_t object (passed via CF_ChunkList_ComputeGaps)
Expand Down

0 comments on commit abbfe10

Please sign in to comment.