mirror of
https://github.com/slendidev/smath.git
synced 2026-03-17 02:26:50 +02:00
Fix .gitignore and add build_docs.sh
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
[Bb]uild*
|
[Bb]uild*
|
||||||
|
![Bb]uild*.*
|
||||||
.cache
|
.cache
|
||||||
result
|
result
|
||||||
.direnv
|
.direnv
|
||||||
|
|||||||
10
docs/build_docs.sh
Executable file
10
docs/build_docs.sh
Executable file
@@ -0,0 +1,10 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||||
|
|
||||||
|
doxygen "${repo_root}/docs/Doxyfile"
|
||||||
|
"${repo_root}/docs/postprocess-doxygen.sh" "${repo_root}/build/docs/html"
|
||||||
|
|
||||||
|
echo "Docs generated at ${repo_root}/build/docs/html"
|
||||||
Reference in New Issue
Block a user