From e2188feb99af7d537288f9e9c266b7d89ac6e736 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 14 Aug 2024 09:39:14 +0200 Subject: [META] Update CSS submodule and file structure. Signed-off-by: Amlal EL Mahrouss --- .gitmodules | 4 ++-- Doxyfile | 4 ++-- Meta/DocCSS | 1 - meta/css | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 160000 Meta/DocCSS create mode 160000 meta/css 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 diff --git a/Doxyfile b/Doxyfile index 7f18f2a5..7f82aa16 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 index 9f97817e..00000000 --- a/Meta/DocCSS +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9f97817e703aa2c15503067b2a72c97f9d37f46e diff --git a/meta/css b/meta/css new file mode 160000 index 00000000..28ed396d --- /dev/null +++ b/meta/css @@ -0,0 +1 @@ +Subproject commit 28ed396de19cd3d803bcb483dceefdb6d03b1b2b -- cgit v1.2.3