Skip to content

Commit

Permalink
Merge pull request #18 from lbleier-GSFC/fix17-fixdocwarnings
Browse files Browse the repository at this point in the history
Fix #17, Fix Doxygen Warnings
  • Loading branch information
astrogeco authored Apr 24, 2020
2 parents fd777f3 + eea2e84 commit a561fbf
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 a561fbf

Please sign in to comment.