diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-22 06:07:05 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-22 06:07:05 +0200 |
| commit | ed56a8d3f8c08216ecb0fdf7bebf04a047733a41 (patch) | |
| tree | 90c0e531e421e23916d2d3b2bfc695c2d35ef710 | |
| parent | 8c05685d43ce29a3ad6b0f20293ee98106531ed3 (diff) | |
IMP: Add new documentation generator.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rwxr-xr-x | makedocs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedocs.sh b/makedocs.sh index ece313b2..86638541 100755 --- a/makedocs.sh +++ b/makedocs.sh @@ -2,4 +2,4 @@ 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" +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" |
