Doxygen fixes, improvements

This commit is contained in:
Klaus Basan
2014-07-08 18:17:04 +02:00
parent 161aec96a7
commit ecb2a6ff66
17 changed files with 92 additions and 27 deletions

View File

@@ -1,9 +1,15 @@
#ifndef BLACKCORE_H
#define BLACKCORE_H
//! \file
/**
* @namespace BlackCore
* To be written
* Backend services of the swift project, like dealing with the network or the simulators.
*/
#endif // BLACKCORE_H
/**
* \defgroup dbus DBus related functions, classes, or definitions.
*/
#endif // guard