diff options
Diffstat (limited to 'make_docs.sh')
| -rwxr-xr-x | make_docs.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make_docs.sh b/make_docs.sh new file mode 100755 index 0000000..8663854 --- /dev/null +++ b/make_docs.sh @@ -0,0 +1,5 @@ +# !/bin/zsh + +mkdir -p html + +XSDocgen --source ./dev/ --output ./html --undocumented --project-name "ZKA CoreFoundation" --enable-c++ --project-copyright "ZKA Web Services Co © %Y - All rights Reserved" --project-version "930.2024.1" --company-name "ZKA Web Services Co" |
