mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
16 lines
268 B
C
16 lines
268 B
C
#ifndef BLACKCORE_H
|
|
#define BLACKCORE_H
|
|
|
|
//! \file
|
|
|
|
/**
|
|
* @namespace BlackCore
|
|
* Backend services of the swift project, like dealing with the network or the simulators.
|
|
*/
|
|
|
|
/**
|
|
* \defgroup dbus DBus related functions, classes, or definitions.
|
|
*/
|
|
|
|
#endif // guard
|