Hello BitShift Validate

This commit is contained in:
2026-06-24 14:13:35 +02:00
commit 3caa3d05d6
57 changed files with 6363 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
./: {bitshift/ tests/} doc{README.md} legal{LICENSE} manifest
# Don't install tests.
#
tests/: install = false
define doxyfile: file
doxyfile{*}: extension = ""
doxyfile{*}: in.substitution = lax
doxyfile{Doxyfile}: in{Doxyfile} $src_root/manifest
{
PROJECT_BRIEF = "BitShift Validate API Reference Documentation"
OUTPUT_DIRECTORY = "$out_root/docs"
INTERNAL = "NO"
HTML_COLORSTYLE_HUE = 220
HTML_COLORSTYLE_GAMMA = 140
}
./: fsdir{$out_root/docs}
fsdir{$out_root/docs}:
% clean
{{
rm -rf $out_root/docs
}}
alias{docs}: doxyfile{Doxyfile} fsdir{$out_root/docs}
{{
diag doxygen $path($<[0])
doxygen $path($<[0])
}}