Add class information.
This commit is contained in:
parent
d26e6922e3
commit
79249f1ee5
@ -22,6 +22,13 @@
|
|||||||
#include <opendht.h>
|
#include <opendht.h>
|
||||||
|
|
||||||
namespace neocomm {
|
namespace neocomm {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief NeoComm node object.
|
||||||
|
*
|
||||||
|
* @details Contains the necessary interfaces to create a
|
||||||
|
* NeoComm node and connect to a NeoComm network.
|
||||||
|
*/
|
||||||
class node {
|
class node {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user