We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faf320 commit 37344d4Copy full SHA for 37344d4
docs/generate_doxy.sh
@@ -0,0 +1,7 @@
1
+#!/usr/bin/bash
2
+# Generate doxygen documentation
3
+SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
4
+DOXYDIR=$SCRIPT_DIR/doxygen
5
+mkdir -p $DOXYDIR
6
+cd $DOXYDIR && doxygen Doxyfile
7
+echo "API reference generated: $DOXYDIR/html/index.html"
0 commit comments