From 82317fd388e59c4f408491667010e253735750c3 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Tue, 10 May 2016 09:20:22 -0600 Subject: improve doxygen --- args.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/args.hxx b/args.hxx index f4f6be9..b232a44 100644 --- a/args.hxx +++ b/args.hxx @@ -19,6 +19,12 @@ * IN THE SOFTWARE. */ +/** \file args.hxx + * \brief this single-header lets you use all of the args functionality + * + * The important stuff is done inside the args namespace + */ + #include #include #include @@ -29,6 +35,9 @@ #include #include +/** \namespace args + * \brief contains all the functionality of the args library + */ namespace args { /** Getter to grab the value reference -- cgit v1.2.1