From 718b3cda2c8ed62b976fad305ded4ed7df99ff6e Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Wed, 17 May 2023 07:35:24 +0100 Subject: [PATCH] - updated doc comment --- src/iec61850/inc/iec61850_server.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/iec61850/inc/iec61850_server.h b/src/iec61850/inc/iec61850_server.h index b3f99d57..2a7d6f2f 100644 --- a/src/iec61850/inc/iec61850_server.h +++ b/src/iec61850/inc/iec61850_server.h @@ -403,7 +403,7 @@ IedServerConfig_isLogServiceEnabled(IedServerConfig self); * * \note Can be used to implement some of Services\ReportSettings options * - * \param[in] setting one IEC61850_REPORTSETTINGS_RPT_ID, _BUF_TIME, _DATSET, _TRG_OPS, _OPT_FIELDS, _INTG_PD + * \param[in] setting one of IEC61850_REPORTSETTINGS_RPT_ID, _BUF_TIME, _DATSET, _TRG_OPS, _OPT_FIELDS, _INTG_PD * \param[in] isDyn true, when setting is writable ("Dyn") or false, when read-only */ LIB61850_API void @@ -412,7 +412,7 @@ IedServerConfig_setReportSetting(IedServerConfig self, uint8_t setting, bool isD /** * \brief Check if a configurable report setting is writable or read-only * - * \param[in] setting one IEC61850_REPORTSETTINGS_RPT_ID, _BUF_TIME, _DATSET, _TRG_OPS, _OPT_FIELDS, _INTG_PD + * \param[in] setting one of IEC61850_REPORTSETTINGS_RPT_ID, _BUF_TIME, _DATSET, _TRG_OPS, _OPT_FIELDS, _INTG_PD * * \return isDyn true, when setting is writable ("Dyn") or false, when read-only */