diff --git a/include/neocomm/channel.hpp b/include/neocomm/channel.hpp index 40f8c5c..a8a209c 100644 --- a/include/neocomm/channel.hpp +++ b/include/neocomm/channel.hpp @@ -26,6 +26,10 @@ namespace neocomm { +/** + * @brief Represents the channel of a given node. Can be used + * to send and receive messages. + */ class channel { public: /**