summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-10 09:18:02 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-10 09:18:02 +0100
commit9ae020fe778e45f720fb337af22c2cd683d5916b (patch)
tree2de43d5b82db551aa4dd3705f4d93ac57d4a0ce7
parent89a0b8efb6491b93a8a373ad36c0a3872cd2ed44 (diff)
IMP: Refactor project-name inside make_docs.sh
-rwxr-xr-xmake_docs.sh2
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 &copy; %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 &copy; %Y - All rights Reserved" --project-version "930.2024.1" --company-name "EL Mahrouss Logic"