From 0e6f699625dea05b8c3c60ce16245174efb14758 Mon Sep 17 00:00:00 2001 From: gereon Date: Sun, 2 Dec 2012 13:43:47 +0100 Subject: [PATCH] some doxygen for settings namespace --- src/utility/settings.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/utility/settings.h b/src/utility/settings.h index be38fb28a..6983fdabd 100644 --- a/src/utility/settings.h +++ b/src/utility/settings.h @@ -15,8 +15,9 @@ namespace mrmc { /*! - * The settings namespace contains the Settings class and all associated - * methods. + * @brief Contains Settings class and associated methods. + * + * The settings namespace contains the Settings class some friend methods like instance(). */ namespace settings {