From 79249f1ee5c7e7a858f56c89d00ad213713d2d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 30 Mar 2018 13:14:18 +0200 Subject: [PATCH] Add class information. --- include/neocomm/node.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/neocomm/node.hpp b/include/neocomm/node.hpp index 54f2d4c..0260e46 100644 --- a/include/neocomm/node.hpp +++ b/include/neocomm/node.hpp @@ -22,6 +22,13 @@ #include namespace neocomm { + +/** + * @brief NeoComm node object. + * + * @details Contains the necessary interfaces to create a + * NeoComm node and connect to a NeoComm network. + */ class node { public: /**