소스 검색

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