瀏覽代碼

add missing documentation

Sven Czarnian 3 年之前
父節點
當前提交
221d00c23a
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/com/ZmqContext.h

+ 6 - 0
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();
 
         /**