Skip to content

Commit

Permalink
ADD: updated doxygen documentation to new features
Browse files Browse the repository at this point in the history
  • Loading branch information
byterazor committed Apr 1, 2018
1 parent 9898cb3 commit 6ca46b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/argparse.h
Expand Up @@ -38,9 +38,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* - 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
Expand Down

0 comments on commit 6ca46b5

Please sign in to comment.