diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-22 05:51:42 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-22 05:51:42 +0200 |
| commit | 8c05685d43ce29a3ad6b0f20293ee98106531ed3 (patch) | |
| tree | 3ea5690f47627bb998c7f38dce0edcd4a1f65e13 | |
| parent | e8d2a8dc111885b8a5101d44d1a18edc85c547ca (diff) | |
IMP: Add makedocs file.
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 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 © %Y - All rights Reserved" --project-version "930.2024.1" --company-name "ZKA Web Services Co" |
