Skip to content

Commit

Permalink
Fix nasa#17, update comments to fix doxygen warnings (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbleier-GSFC committed Apr 6, 2020
1 parent 33efec3 commit 0db6c52
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
** \returns Returns #CFE_SUCCESS
**
**
*************************************************************************/
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
** \returns Returns #CFE_SUCCESS
**
**
*************************************************************************/
int32 SAMPLE_Function( void );
Expand Down

0 comments on commit 0db6c52

Please sign in to comment.