Skip to content

Commit

Permalink
Merge pull request #21 from nasa/integration-candidate
Browse files Browse the repository at this point in the history
Integration Candidate: 2020-04-15
  • Loading branch information
astrogeco authored Apr 27, 2020
2 parents 33efec3 + a561fbf commit 8be6f92
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions fsw/public_inc/sample_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@
** \par Assumptions, External Events, and Notes:
** None
**
** \returns
** \retstmt Returns #CFE_SUCCESS if successful \endcode
** \endreturns
** \return Execution status, see \ref CFEReturnCodes
**
**
*************************************************************************/
int32 SAMPLE_LibInit(void);
Expand All @@ -69,9 +68,8 @@ int32 SAMPLE_LibInit(void);
** \par Assumptions, External Events, and Notes:
** None
**
** \returns
** \retstmt Returns #CFE_SUCCESS \endcode
** \endreturns
** \return Execution status, see \ref CFEReturnCodes
**
**
*************************************************************************/
int32 SAMPLE_Function( void );
Expand Down

0 comments on commit 8be6f92

Please sign in to comment.