From f03fdd2c4bb0430f473d674d3897dcb66a3f0d3f Mon Sep 17 00:00:00 2001 From: Dirk Zimmermann Date: Mon, 18 Nov 2019 15:54:57 +0100 Subject: [PATCH] IOSAD-157 Consistent doc style --- pEpObjCAdapter/PEPQueue.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pEpObjCAdapter/PEPQueue.h b/pEpObjCAdapter/PEPQueue.h index e18b6ac..364bce2 100644 --- a/pEpObjCAdapter/PEPQueue.h +++ b/pEpObjCAdapter/PEPQueue.h @@ -31,9 +31,7 @@ typedef void (^deleteOp)(id); - (void)purge:(deleteOp)del; -/** - Removes all objects from the queue. - */ +/// Removes all objects from the queue. - (void)removeAllObjects; @end