aboutsummaryrefslogtreecommitdiff
path: root/args.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'args.hxx')
-rw-r--r--args.hxx9
1 files changed, 9 insertions, 0 deletions
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 <algorithm>
#include <exception>
#include <functional>
@@ -29,6 +35,9 @@
#include <unordered_set>
#include <type_traits>
+/** \namespace args
+ * \brief contains all the functionality of the args library
+ */
namespace args
{
/** Getter to grab the value reference