diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-05 16:04:46 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-05 16:04:46 -0600 |
commit | c5873718c6f1dbdfe699950b0ed674c1240e62c5 (patch) | |
tree | 715cc9079d2018fd6de293dfb9c7f8dbbaf625b9 | |
parent | fix makefile (diff) | |
download | args.hxx-c5873718c6f1dbdfe699950b0ed674c1240e62c5.tar.xz |
fix doxygenation version
-rw-r--r-- | Doxyfile | 2 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -38,7 +38,7 @@ PROJECT_NAME = "args" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.4 +PROJECT_NUMBER = 1.1.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -1,7 +1,7 @@ # args A simple, small, flexible, single-header C++11 argument parsing library, in -fewer than 1024 lines of code. +about 1.2K lines of code. This is designed to somewhat replicate the behavior of Python's argparse, but in C++, with static type checking, and hopefully a lot faster. @@ -19,6 +19,9 @@ and updates wherever you feel like contributing code. The API documentation can be found at https://taywee.github.io/args +I'd also host the documentation at gitgud.io, but they don't offer pages at the +moment. + There are also somewhat extensive examples below. # What does it do |