From 2319bc1de6e403c665bedd699ad720743551dfbd Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sat, 31 Mar 2018 19:13:06 +0200 Subject: [PATCH] ADD: updated doxygen documentation --- src/argparse.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/argparse.h b/src/argparse.h index 1110368..25aa021 100644 --- a/src/argparse.h +++ b/src/argparse.h @@ -37,12 +37,16 @@ along with this program. If not, see . * - git like command support (git commit) * - short and long flag support ( -t YAAP or --title=YAAP) * - string argument support ( -t YAAP or -- title=YAAP) +* - simple flags (-v, -V, -h, --help) * * \section coming -* - simple flags (-v, -V, -h, --help) * - integer arguments (-c 10) * - hex arguments ( -c 0x5A) * +* \section Repository +* +* https://github.com/byterazor/yaap +* * \section Installation * YAAP is intented to be copied into your project directory. Different approaches are * available: