From baeffaff228cc31ff6f55d39bfbac9355c26f305 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 25 Oct 2024 16:53:33 +0200 Subject: IMP: Cleanup source code. Signed-off-by: Amlal --- make_docs.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 make_docs.sh (limited to 'make_docs.sh') 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" -- cgit v1.2.3