From eb3207ee216f30e326a645e489d576e3b4383b40 Mon Sep 17 00:00:00 2001 From: Oksana Ivashkevych Date: Tue, 10 May 2022 13:00:52 -0400 Subject: [PATCH] Codeathon 2022 Header annotations project dbChannel.h --- modules/database/src/ioc/db/dbChannel.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/database/src/ioc/db/dbChannel.h b/modules/database/src/ioc/db/dbChannel.h index ec86e9e28..3327bbc8e 100644 --- a/modules/database/src/ioc/db/dbChannel.h +++ b/modules/database/src/ioc/db/dbChannel.h @@ -9,14 +9,16 @@ * in file LICENSE that is included with this distribution. \*************************************************************************/ -/* +#ifndef INC_dbChannel_H +#define INC_dbChannel_H + +/** \file dbChannel.h + * @brief Declarations fir the @ref dbChannel "dbChannel" record type + * * Author: Andrew Johnson * Ralph Lange */ -#ifndef INC_dbChannel_H -#define INC_dbChannel_H - #include "dbDefs.h" #include "dbAddr.h" #include "ellLib.h"