From c81b8df927d78af37aaa5f2ff889c03e39933ba6 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Thu, 30 Jun 2016 12:20:20 -0600 Subject: give a little bit of doxygenation --- args.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'args.hxx') diff --git a/args.hxx b/args.hxx index 5f8dec8..39fbdea 100644 --- a/args.hxx +++ b/args.hxx @@ -146,6 +146,7 @@ namespace args } #ifdef ARGS_NOEXCEPT + /// Error class, for when ARGS_NOEXCEPT is defined enum class Error { None, @@ -375,6 +376,7 @@ namespace args bool matched; const std::string help; #ifdef ARGS_NOEXCEPT + /// Only for ARGS_NOEXCEPT Error error; #endif @@ -408,6 +410,7 @@ namespace args } #ifdef ARGS_NOEXCEPT + /// Only for ARGS_NOEXCEPT virtual Error GetError() const { return error; @@ -760,6 +763,7 @@ namespace args } #ifdef ARGS_NOEXCEPT + /// Only for ARGS_NOEXCEPT virtual Error GetError() const override { if (error != Error::None) -- cgit v1.2.1