Files
pilotclient/src/blackcore/blackcore.h
Klaus Basan cca275b278 Doxygen
2017-12-21 19:49:11 +01:00

43 lines
876 B
C

#ifndef BLACKCORE_H
#define BLACKCORE_H
//! \file
/*!
* \defgroup blackcore BlackCore Library
* Backend services of the swift project, like dealing with the network or the simulators.
*/
/*!
* \namespace BlackCore
* Backend services of the swift project, like dealing with the network or the simulators.
*/
/*!
* \namespace BlackCore::Data
* Core data traits (aka cached values) and classes.
*/
/*!
* \namespace BlackCore::Db
* Classes interacting with the swift database (aka "datastore"). This includes the readers and related classes.
* Related model classes can be found in BlackMisc::Db
*/
/*!
* \namespace BlackCore::Settings
* Core settings traits.
*/
/*!
* \namespace BlackCore::Settings::Network
* Network settings traits.
*/
/*!
* \defgroup dbus DBus related functions, classes, or definitions.
* \ingroup blackcore
*/
#endif // guard