add doc for HiveCore
This commit is contained in:
parent
1052364b25
commit
089f700277
@ -13,7 +13,7 @@
|
|||||||
\endlist
|
\endlist
|
||||||
\li Hive server
|
\li Hive server
|
||||||
\list
|
\list
|
||||||
\li Hive core
|
\li \l{Hive Core}
|
||||||
\li \l{JSONRPC Interface}
|
\li \l{JSONRPC Interface}
|
||||||
\li \l{Rules}
|
\li \l{Rules}
|
||||||
\endlist
|
\endlist
|
||||||
|
|||||||
@ -1,3 +1,14 @@
|
|||||||
|
/*!
|
||||||
|
\class HiveCore
|
||||||
|
\brief The main entry point for the Hive Server and the place where all the messages are dispatched.
|
||||||
|
|
||||||
|
\ingroup core
|
||||||
|
\inmodule server
|
||||||
|
|
||||||
|
HiveCore is a singleton instance and the main entry point of the Hive daemon. It is responsible to
|
||||||
|
instantiate, set up and connect all the other components.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "hivecore.h"
|
#include "hivecore.h"
|
||||||
#include "jsonrpcserver.h"
|
#include "jsonrpcserver.h"
|
||||||
#include "devicemanager.h"
|
#include "devicemanager.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user