From: clyne Date: Tue, 5 Jan 2021 22:58:15 +0000 (-0500) Subject: Add author comment X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=7b3c3796217f92c257c92d535d2864af57c48ce2;p=clyne%2Fini-config.git Add author comment --- 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