Skip to content

Commit a561fbf

Browse files
authored
Merge pull request #18 from lbleier-GSFC/fix17-fixdocwarnings
Fix #17, Fix Doxygen Warnings
2 parents fd777f3 + eea2e84 commit a561fbf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

fsw/public_inc/sample_lib.h

+4-6
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@
5252
** \par Assumptions, External Events, and Notes:
5353
** None
5454
**
55-
** \returns
56-
** \retstmt Returns #CFE_SUCCESS if successful \endcode
57-
** \endreturns
55+
** \return Execution status, see \ref CFEReturnCodes
56+
**
5857
**
5958
*************************************************************************/
6059
int32 SAMPLE_LibInit(void);
@@ -69,9 +68,8 @@ int32 SAMPLE_LibInit(void);
6968
** \par Assumptions, External Events, and Notes:
7069
** None
7170
**
72-
** \returns
73-
** \retstmt Returns #CFE_SUCCESS \endcode
74-
** \endreturns
71+
** \return Execution status, see \ref CFEReturnCodes
72+
**
7573
**
7674
*************************************************************************/
7775
int32 SAMPLE_Function( void );

0 commit comments

Comments
 (0)