📝 Added genDocs

This commit is contained in:
2018-12-13 13:29:39 +01:00
parent 2bce2589c3
commit 4e08b67503
9 changed files with 809 additions and 1520 deletions

9
docs/package.json Normal file
View File

@ -0,0 +1,9 @@
{
"scripts": {
"deploy": "gh-pages -d doc/html"
},
"dependencies": {
"doxygen": "^0.3.0",
"gh-pages": "^2.0.1"
}
}