Files
pcp/man/html/README.md

17 lines
358 B
Markdown
Raw Normal View History

2014-02-20 20:13:43 +01:00
API Documentation for libpcp
============================
The API docs are generated using doxygen from the
header files.
You can read them [online](http://www.daemon.de/libpcp/).
You can also generate the docs yourself:
```
git clone https://github.com/TLINDEN/pcp.git
doxygen man/.doxygen
```
You can access them afterwards from man/html/index.html.