ADD: updated doxygen documentation

This commit is contained in:
Dominik Meyer 2018-03-31 19:13:06 +02:00
parent 2f543a4d8c
commit 2319bc1de6
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
1 changed files with 5 additions and 1 deletions

View File

@ -37,12 +37,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* - 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: