aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ini_config.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ini_config.hpp b/ini_config.hpp
index 90153a8..89de474 100644
--- a/ini_config.hpp
+++ b/ini_config.hpp
@@ -1,3 +1,9 @@
+/**
+ * ini_config.hpp - Evaluate INI configs at compile-time for efficient use at run-time.
+ * Written by Clyne Sullivan.
+ * https://github.com/tcsullivan/ini-config
+ */
+
#ifndef TCSULLIVAN_INI_CONFIG_HPP
#define TCSULLIVAN_INI_CONFIG_HPP