From 6ca46b5b5febf8714348dcd1369328532a3b9e70 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 1 Apr 2018 16:18:14 +0200 Subject: [PATCH] ADD: updated doxygen documentation to new features --- src/argparse.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/argparse.h b/src/argparse.h index e605a26..768196b 100644 --- a/src/argparse.h +++ b/src/argparse.h @@ -38,9 +38,10 @@ along with this program. If not, see . * - short and long flag support ( -t YAAP or --title=YAAP) * - string argument support ( -t YAAP or -- title=YAAP) * - simple flags (-v, -V, -h, --help) +* - integer arguments (-c 10) * * \section coming -* - integer arguments (-c 10) +* * - hex arguments ( -c 0x5A) * * \section Repository