From 7b3c3796217f92c257c92d535d2864af57c48ce2 Mon Sep 17 00:00:00 2001 From: clyne Date: Tue, 5 Jan 2021 17:58:15 -0500 Subject: [PATCH] Add author comment --- ini_config.hpp | 6 ++++++ 1 file changed, 6 insertions(+) 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