From c7e023ac1ede2fd2d296729c5a8f4d9a54d97027 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Tue, 3 Mar 2020 14:13:49 -0500 Subject: [PATCH] Fix #535, Update user's guide pdf generation Resolved issues with generating pdf user's guide --- fsw/cfe-core/src/inc/cfe_es.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fsw/cfe-core/src/inc/cfe_es.h b/fsw/cfe-core/src/inc/cfe_es.h index 777af1901..e7f357a37 100644 --- a/fsw/cfe-core/src/inc/cfe_es.h +++ b/fsw/cfe-core/src/inc/cfe_es.h @@ -561,9 +561,9 @@ bool CFE_ES_RunLoop(uint32 *ExitStatus); ** \param[in] MinSystemState Determine the state of the App ** ** \returns -** CFE_SUCCESS if state was successfully achieved -** CFE_ES_OPERATION_TIMED_OUT if the timeout was reached -** (or other defined error code in case of error) +** \retcode #CFE_SUCCESS \retdesc State successfully achieved \endcode +** \retcode #CFE_ES_OPERATION_TIMED_OUT \retdesc Timeout was reached \endcode +** \endreturns ** ** \sa #CFE_ES_RunLoop ** @@ -969,7 +969,6 @@ int32 CFE_ES_WriteToSysLog(const char *SpecStringPtr, ...) OS_PRINTF(1,2); ** a single value. Nominally, the user should set this value to zero. ** ** \param[in] TypeCRC One of the following CRC algorithm selections: -** ** \arg \c CFE_MISSION_ES_CRC_8 - (Not currently implemented) ** \arg \c CFE_MISSION_ES_CRC_16 - a CRC-16 algorithm ** \arg \c CFE_MISSION_ES_CRC_32 - (not currently implemented)