From 7dc2795f159b0710c63ffee194aa330844c55406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 4 Sep 2018 15:59:03 +0200 Subject: [PATCH] Documented channel class. --- include/neocomm/channel.hpp | 4 ++++ 1 file changed, 4 insertions(+) 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: /**