1 parent 2719e1d commit cf49049Copy full SHA for cf49049
2 files changed
.gitignore
@@ -1,4 +1,5 @@
1
[Bb]uild*
2
+![Bb]uild*.*
3
.cache
4
result
5
.direnv
docs/build_docs.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+
+set -euo pipefail
+repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
6
7
+doxygen "${repo_root}/docs/Doxyfile"
8
+"${repo_root}/docs/postprocess-doxygen.sh" "${repo_root}/build/docs/html"
9
10
+echo "Docs generated at ${repo_root}/build/docs/html"
0 commit comments