diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-22 06:13:26 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-22 06:13:26 +0200 |
| commit | 2969fc0d943852bb19cd88e314d66124a7c57129 (patch) | |
| tree | 0ef7882f34b61ad7c0c5c29d75f6e2998a4afd9a | |
| parent | 5d096ddd5228e554a2ef71d34dd469484e50b961 (diff) | |
IMP: Add makedocs.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rwxr-xr-x | makedocs.sh | 5 |
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 © %Y - All rights Reserved" --project-version "930.2024.1" --company-name "ZKA Web Services Co" |
