add doc for HiveCore
This commit is contained in:
parent
1052364b25
commit
089f700277
@ -13,7 +13,7 @@
|
||||
\endlist
|
||||
\li Hive server
|
||||
\list
|
||||
\li Hive core
|
||||
\li \l{Hive Core}
|
||||
\li \l{JSONRPC Interface}
|
||||
\li \l{Rules}
|
||||
\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 "jsonrpcserver.h"
|
||||
#include "devicemanager.h"
|
||||
|
||||
Reference in New Issue
Block a user