Bläddra i källkod

add missing documentation

Sven Czarnian 3 år sedan
förälder
incheckning
221d00c23a
1 ändrade filer med 6 tillägg och 0 borttagningar
  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();
 
         /**