diff options
author | clyne <clyne@bitgloo.com> | 2021-01-05 17:58:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 17:58:15 -0500 |
commit | 7b3c3796217f92c257c92d535d2864af57c48ce2 (patch) | |
tree | db3fe68b1224d45c3b9b16e1024da388adb71eb9 | |
parent | d55096acd7f7fa61ef9dacadafca4e44aa13e460 (diff) |
Add author comment
-rw-r--r-- | ini_config.hpp | 6 |
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 |