diff --git a/src/blackcore/blackcore.h b/src/blackcore/blackcore.h index 35b0820cd..407b5237e 100644 --- a/src/blackcore/blackcore.h +++ b/src/blackcore/blackcore.h @@ -3,11 +3,21 @@ //! \file -/** - * @namespace BlackCore +/*! + * \namespace BlackCore * Backend services of the swift project, like dealing with the network or the simulators. */ +/*! + * \namespace BlackCore::Settings + * Core settings traits. + */ + +/*! + * \namespace BlackCore::Settings::Network + * Network settings traits. + */ + /** * \defgroup dbus DBus related functions, classes, or definitions. */