Skip to content

Commit cf49049

Browse files
committed
Fix .gitignore and add build_docs.sh
Signed-off-by: Slendi <slendi@socopon.com>
1 parent 2719e1d commit cf49049

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[Bb]uild*
2+
![Bb]uild*.*
23
.cache
34
result
45
.direnv

docs/build_docs.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
set -euo pipefail
4+
5+
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

Comments
 (0)