argpar.h: Doxygenize
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 1 Jun 2021 18:37:58 +0000 (14:37 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Jun 2021 17:59:12 +0000 (13:59 -0400)
commit9e2c879bb10c35749cab090dbc89161698caf4e5
treed13d35166a00fe7ad52925b5768845b23dfe8772
parentd7a82d7fcdd5d975b716da6e2907f04cbceb9352
argpar.h: Doxygenize

This patch documents the argpar API with Doxygen, reusing most of the
existing unformatted documentation, and adding more details.

The configuration script generates `Doxyfile` from `Doxyfile.in` to
include the version number of the project.

If you have the Doxygen tool, you can then generate the HTML
documentation as such:

    $ doxygen

The output is `api-doc/html/index.html`.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I73e5edf4adb5e0d4af8ecd08417362b9df4d53db
.gitignore
Doxyfile.in [new file with mode: 0644]
argpar/argpar.h
configure.ac
This page took 0.022938 seconds and 4 git commands to generate.