summaryrefslogtreecommitdiffstats
path: root/addon/configgen/config_templ.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/configgen/config_templ.h')
-rw-r--r--addon/configgen/config_templ.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/addon/configgen/config_templ.h b/addon/configgen/config_templ.h
index cb26f9a..eca1a95 100644
--- a/addon/configgen/config_templ.h
+++ b/addon/configgen/config_templ.h
@@ -27,6 +27,11 @@ extern void checkConfig();
extern void configStrToVal();
extern void substituteEnvironmentVars();
+/*! \brief Namespace for configuration variables
+ *
+ * This struct acts as a namespace that holds the global static variables
+ * read from a user-supplied configuration file.
+ */
struct Config
{
static void init();