From 3da69257a0946efa4dc61e6c025e5d2ff463125b Mon Sep 17 00:00:00 2001 From: thomasms Date: Tue, 20 Apr 2021 20:31:07 +0200 Subject: [PATCH] Remove duplicate doxygen comment - see issue #75 --- src/property/pv/pvAlarm.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/property/pv/pvAlarm.h b/src/property/pv/pvAlarm.h index 5df1faa..3cffae8 100644 --- a/src/property/pv/pvAlarm.h +++ b/src/property/pv/pvAlarm.h @@ -44,11 +44,6 @@ public: //default constructors and destructor are OK //returns (false,true) if pvField(is not, is) a valid alarm structure //An automatic detach is issued if already attached. - /* - * Attach to a field of a PVData object. - * @param pvField The pvField. - * @return (false,true) if the pvField (is not, is) an alarm structure. - */ /* * Attach to a field of a PVData object. * @param pvField The pvField.