summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-22 06:13:26 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-22 06:13:26 +0200
commit2969fc0d943852bb19cd88e314d66124a7c57129 (patch)
tree0ef7882f34b61ad7c0c5c29d75f6e2998a4afd9a
parent5d096ddd5228e554a2ef71d34dd469484e50b961 (diff)
IMP: Add makedocs.
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 0000000..8663854
--- /dev/null
+++ b/makedocs.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"