summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-22 05:51:42 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-22 05:51:42 +0200
commit8c05685d43ce29a3ad6b0f20293ee98106531ed3 (patch)
tree3ea5690f47627bb998c7f38dce0edcd4a1f65e13
parente8d2a8dc111885b8a5101d44d1a18edc85c547ca (diff)
IMP: Add makedocs file.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
-rwxr-xr-xmakedocs.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/makedocs.sh b/makedocs.sh
new file mode 100755
index 00000000..ece313b2
--- /dev/null
+++ b/makedocs.sh
@@ -0,0 +1,5 @@
+# !/bin/zsh
+
+mkdir -p html
+
+XSDocgen --source ./dev --output ./html --project-name "ZKA" --project-copyright "ZKA Web Services Co &copy; %Y - All rights Reserved" --project-version "930.2024.1" --company-name "ZKA Web Services Co"