summaryrefslogtreecommitdiff
path: root/tools/docs-generate
blob: 1453346cdb3eccd1c4392546fa3b849f3ded9722 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

cd ..
rm -rf doc docs || true
doxygen
mv doc/html docs
touch docs/.nojekyll