diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-23 09:07:49 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-23 09:07:49 +0200 |
| commit | f83cdc7d899ada30cdcec3beb733740200f3b9e7 (patch) | |
| tree | c1eb09e8b2a6838c6ad3667ed1196da78f62cf14 | |
| parent | fd67024f82d42c261f11360372ca0b70cd836924 (diff) | |
MHR-11: Last commit on ticket, merging.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | Doxyfile | 6 | ||||
| m--------- | Meta/CSS | 0 |
3 files changed, 6 insertions, 3 deletions
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 @@ -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 +Subproject 9f97817e703aa2c15503067b2a72c97f9d37f46 |
