From 708b0d127f4f5d4980ddcab86de9de7f9ed126e4 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Mon, 12 Sep 2011 23:09:45 -0300 Subject: [PATCH] Added comments to Configuration class --- src/config/configuration.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/config/configuration.h b/src/config/configuration.h index 190fe53..1c2fd34 100644 --- a/src/config/configuration.h +++ b/src/config/configuration.h @@ -33,6 +33,9 @@ on this file might be covered by the GNU General Public License. // Configuration //----------------------------------------------------------------------------- +/** + * @brief This class works like a POD (Plain Old Data) for configuration options. + */ class Configuration { public: @@ -97,4 +100,4 @@ private: typedef boost::shared_ptr ConfigurationItem; -#endif /* CONFIGURATION_H */ +#endif // CONFIGURATION_H -- 1.7.1