We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd777f3 + eea2e84 commit a561fbfCopy full SHA for a561fbf
fsw/public_inc/sample_lib.h
@@ -52,9 +52,8 @@
52
** \par Assumptions, External Events, and Notes:
53
** None
54
**
55
-** \returns
56
-** \retstmt Returns #CFE_SUCCESS if successful \endcode
57
-** \endreturns
+** \return Execution status, see \ref CFEReturnCodes
+**
58
59
*************************************************************************/
60
int32 SAMPLE_LibInit(void);
@@ -69,9 +68,8 @@ int32 SAMPLE_LibInit(void);
69
68
70
71
72
73
-** \retstmt Returns #CFE_SUCCESS \endcode
74
75
76
77
int32 SAMPLE_Function( void );
0 commit comments