Skip to content

Commit

Permalink
Fix nasa#385, fix misc. doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
avan989 authored and skliper committed Nov 15, 2019
1 parent 224b7c0 commit d4caca8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions fsw/cfe-core/src/inc/cfe_es.h
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,8 @@ bool CFE_ES_RunLoop(uint32 *ExitStatus);
** wait indefinitely to avoid hanging a critical
** application because a non-critical app did not start.
**
** \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
Expand Down
2 changes: 1 addition & 1 deletion fsw/cfe-core/src/inc/cfe_es_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@
** the following telemetry:
** - \b \c \ES_CMDPC - command execution counter will
** increment
** - \B \C \ES_PERFFLTRMASK - the current performance filter mask
** - \b \c \ES_PERFFLTRMASK - the current performance filter mask
** value(s) should reflect the commanded value
** - The #CFE_ES_PERF_FILTMSKCMD_EID debug event message will be
** generated.
Expand Down
8 changes: 6 additions & 2 deletions fsw/cfe-core/src/inc/cfe_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,12 @@ int32 CFE_FS_ReadHeader(CFE_FS_Header_t *Hdr, int32 FileDes);
** This API will clear the specified #CFE_FS_Header_t variable and
** initialize the description field with the specified value
**
** \param[in] Hdr Pointer to a variable of type #CFE_FS_Header_t that will be
** cleared and initialized
** \param[in] Hdr Pointer to a variable of type #CFE_FS_Header_t that will be
** cleared and initialized
**
** \param[in] *Description Initializes Header's Description
**
** \param[in] SubType Initializes Header's SubType
**
** \sa #CFE_FS_WriteHeader
**
Expand Down
2 changes: 1 addition & 1 deletion fsw/cfe-core/src/inc/cfe_sb.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ int32 CFE_SB_SetPipeOpts(CFE_SB_PipeId_t PipeId,
**
** \param[in] PipeId The pipe ID of the pipe to get options from.
**
** \param[out] OptsPtr A bit field of options.
** \param[out] *OptPtr A bit field of options.
**
** \returns
** \retcode #CFE_SUCCESS \retdesc \copydoc CFE_SUCCESS \endcode
Expand Down

0 comments on commit d4caca8

Please sign in to comment.