diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-14 09:39:14 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-14 09:39:14 +0200 |
| commit | e2188feb99af7d537288f9e9c266b7d89ac6e736 (patch) | |
| tree | 9dcb0f8d9b5b10f5ec566d763001e9e7e2dd74da | |
| parent | f0d8e3acd48c70f49e5b59a653045405b1e9a062 (diff) | |
[META] Update CSS submodule and file structure.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
| -rw-r--r-- | .gitmodules | 4 | ||||
| -rw-r--r-- | Doxyfile | 4 | ||||
| m--------- | Meta/DocCSS | 0 | ||||
| m--------- | meta/css | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index efd15141..86246304 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "Meta/DocCSS"] - path = Meta/DocCSS +[submodule "meta/css"] + path = meta/css url = https://github.com/jothepro/doxygen-awesome-css.git @@ -1049,7 +1049,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = Meta/ +EXCLUDE = meta/ # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded @@ -1359,7 +1359,7 @@ HTML_STYLESHEET = # documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = Meta/DocCSS/doxygen-awesome.css +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/DocCSS b/Meta/DocCSS deleted file mode 160000 -Subproject 9f97817e703aa2c15503067b2a72c97f9d37f46 diff --git a/meta/css b/meta/css new file mode 160000 +Subproject 28ed396de19cd3d803bcb483dceefdb6d03b1b2 |
