"vscode:/vscode.git/clone" did not exist on "7dd8a7e6d973f2dba7f669e92b40baeeb7983248"
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