From 75c42bf89cec84be367b6bbea8fe97b71319aacc Mon Sep 17 00:00:00 2001 From: Chris Knight Date: Thu, 7 May 2020 08:46:12 -0700 Subject: [PATCH] fix #681 - corrected doxygen for tbl --- fsw/cfe-core/src/tbl/cfe_tbl_internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fsw/cfe-core/src/tbl/cfe_tbl_internal.h b/fsw/cfe-core/src/tbl/cfe_tbl_internal.h index b09bb54a3..2e361fc53 100644 --- a/fsw/cfe-core/src/tbl/cfe_tbl_internal.h +++ b/fsw/cfe-core/src/tbl/cfe_tbl_internal.h @@ -370,6 +370,8 @@ int32 CFE_TBL_GetWorkingBuffer(CFE_TBL_LoadBuff_t **WorkingBufferPtr, ** \par Assumptions, External Events, and Notes: ** -# This function assumes parameters have been verified. ** +** \param[in] AppName The name of the application loading the table. +** ** \param[in] WorkingBufferPtr Pointer to a working buffer that is to be loaded ** with the contents of the specified file **