run_doxygen.sh 145 Bytes
Newer Older
pmaybank's avatar
pmaybank committed
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -eu

# Make this directory the PWD
cd "$(dirname "${BASH_SOURCE[0]}")"

# Build the doxygen info
rm -rf docBin
doxygen Doxyfile