Add class information.

This commit is contained in:
Nicolás Ortega Froysa 2018-03-30 13:14:18 +02:00
parent d26e6922e3
commit 79249f1ee5
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -22,6 +22,13 @@
#include <opendht.h>
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:
/**