mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
37 lines
671 B
C
37 lines
671 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::Settings
|
|
* Core settings traits.
|
|
*/
|
|
|
|
/*!
|
|
* \namespace BlackCore::Data
|
|
* Core data traits (aka cached values) and classes.
|
|
*/
|
|
|
|
/*!
|
|
* \namespace BlackCore::Settings::Network
|
|
* Network settings traits.
|
|
*/
|
|
|
|
/*!
|
|
* \defgroup dbus DBus related functions, classes, or definitions.
|
|
* \ingroup blackcore
|
|
*/
|
|
|
|
#endif // guard
|