From 221d00c23a039e9bb376cca23b4bcb0d45b5fb5e Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Thu, 19 Aug 2021 08:21:20 +0200 Subject: [PATCH] add missing documentation --- src/com/ZmqContext.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/com/ZmqContext.h b/src/com/ZmqContext.h index ab6471d..8f5e462 100644 --- a/src/com/ZmqContext.h +++ b/src/com/ZmqContext.h @@ -28,7 +28,13 @@ namespace aman { ZmqContext& operator=(const ZmqContext&) = delete; ZmqContext& operator=(ZmqContext&&) = delete; + /** + * @brief Initializes the ZMQ context + */ void initialize(); + /** + * @brief Destroys the ZMQ context and all sockets need to be closed before + */ void deinitialize(); /**