From 2969fc0d943852bb19cd88e314d66124a7c57129 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 22 Oct 2024 06:13:26 +0200 Subject: IMP: Add makedocs. Signed-off-by: Amlal El Mahrouss --- makedocs.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 makedocs.sh 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 © %Y - All rights Reserved" --project-version "930.2024.1" --company-name "ZKA Web Services Co" -- cgit v1.2.3