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