Ver Fonte

add missing documentation

Sven Czarnian há 3 anos atrás
pai
commit
221d00c23a
1 ficheiros alterados com 6 adições e 0 exclusões
  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();
 
         /**