Added command to make doxygen documentation authored by Jonathan Saylor's avatar Jonathan Saylor
......@@ -100,6 +100,12 @@ sudo apt-get install doxygen
sudo apt-get install graphviz
```
### Build the API documents with Doxygen
```
make apidocs
```
CentOS
=====================================
......
......