summaryrefslogtreecommitdiffhomepage
path: root/make_docs.sh
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-10-25 16:53:33 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-10-25 16:53:33 +0200
commitbaeffaff228cc31ff6f55d39bfbac9355c26f305 (patch)
tree0e90a7e4d37e489d39f4c1304c403c2f70f2c239 /make_docs.sh
parent08161e9f065cc81ad23f866daa234074c423bf08 (diff)
IMP: Cleanup source code.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'make_docs.sh')
-rwxr-xr-xmake_docs.sh5
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 &copy; %Y - All rights Reserved" --project-version "930.2024.1" --company-name "ZKA Web Services Co"