README: add a section about API documentation
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 19 Feb 2019 16:34:39 +0000 (17:34 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 19 Feb 2019 16:38:33 +0000 (17:38 +0100)
commitacc337c9ef134b7b3100088958afd10e75c752af
treef4f0547356e09cb081faa72845757d21953d6f20
parent6cbc2e57555aaefe13b80fe0a61e5a711e4ba494
README: add a section about API documentation

Doxygen and python documentation are briefly mentioned in the BINDINGS
section but there's no word about the core C API and automatically
generated man pages.

Add a separate section to the README file describing the process of
generating html doxygen output, python help strings and man pages for
gpio-tools.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
README