rm html stuff from repo, changes too often. enhanced pcpstream

This commit is contained in:
git@daemon.de
2014-02-21 19:56:01 +01:00
parent 30481fed9a
commit 82b05b768e
97 changed files with 158 additions and 13183 deletions

View File

@@ -2,5 +2,15 @@ API Documentation for libpcp
============================
The API docs are generated using doxygen from the
header files. You can read them locally after downloading
or "git clone' or read them [online](http://www.daemon.de/libpcp/).
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.