From f83cdc7d899ada30cdcec3beb733740200f3b9e7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 23 Apr 2024 09:07:49 +0200 Subject: MHR-11: Last commit on ticket, merging. Signed-off-by: Amlal El Mahrouss --- .gitmodules | 3 +++ Doxyfile | 6 +++--- Meta/CSS | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .gitmodules create mode 160000 Meta/CSS diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..56bc5c6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Meta/CSS"] + path = Meta/CSS + url = https://github.com/jothepro/doxygen-awesome-css.git diff --git a/Doxyfile b/Doxyfile index 37f8a8c..8e29213 100644 --- a/Doxyfile +++ b/Doxyfile @@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = MP-CC +PROJECT_NAME = NewOS Programmer Workshop # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version @@ -54,7 +54,7 @@ PROJECT_NUMBER = 2.0.0 # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "MultiProcessor Compiler Collection" +PROJECT_BRIEF = "CodeTools" # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 @@ -1370,7 +1370,7 @@ HTML_STYLESHEET = # documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = +HTML_EXTRA_STYLESHEET = Meta/CSS/doxygen-awesome.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note diff --git a/Meta/CSS b/Meta/CSS new file mode 160000 index 0000000..9f97817 --- /dev/null +++ b/Meta/CSS @@ -0,0 +1 @@ +Subproject commit 9f97817e703aa2c15503067b2a72c97f9d37f46e -- cgit v1.2.3