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: /**