diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-10 09:18:02 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-10 09:18:02 +0100 |
| commit | 9ae020fe778e45f720fb337af22c2cd683d5916b (patch) | |
| tree | 2de43d5b82db551aa4dd3705f4d93ac57d4a0ce7 /make_docs.sh | |
| parent | 89a0b8efb6491b93a8a373ad36c0a3872cd2ed44 (diff) | |
IMP: Refactor project-name inside make_docs.sh
Diffstat (limited to 'make_docs.sh')
| -rwxr-xr-x | make_docs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_docs.sh b/make_docs.sh index 92765e79..901a83f4 100755 --- a/make_docs.sh +++ b/make_docs.sh @@ -2,4 +2,4 @@ mkdir -p html -XSDocgen --source ./dev/ --output ./html --undocumented --project-name "ZKA CoreFoundation" --enable-c++ --project-copyright "EL Mahrouss Logic © %Y - All rights Reserved" --project-version "930.2024.1" --company-name "EL Mahrouss Logic" +XSDocgen --source ./dev/ --output ./html --undocumented --project-name "ZKA MicroKernel" --enable-c++ --project-copyright "EL Mahrouss Logic © %Y - All rights Reserved" --project-version "930.2024.1" --company-name "EL Mahrouss Logic" |
