From eb594e539731d27dc8813b266d7868bd15ab7eaf Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Sun, 28 Jun 2015 23:27:33 +0100 Subject: [PATCH] refs #297 Doxygen. --- src/blackcore/blackcore.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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. */