From d1d6dea989f4baf774c2a72d98ca3e29bce3911c Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 16 Jul 2024 15:25:29 +0200 Subject: [PATCH] doc: doxygen: remove redundant footer file It is not used. Signed-off-by: Gerard Marull-Paretas --- doc/_doxygen/footer.html | 17 ----------------- doc/zephyr.doxyfile.in | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 doc/_doxygen/footer.html diff --git a/doc/_doxygen/footer.html b/doc/_doxygen/footer.html deleted file mode 100644 index efa3357e594..00000000000 --- a/doc/_doxygen/footer.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - diff --git a/doc/zephyr.doxyfile.in b/doc/zephyr.doxyfile.in index 5b8fb3e9a4d..914689aafcd 100644 --- a/doc/zephyr.doxyfile.in +++ b/doc/zephyr.doxyfile.in @@ -1360,7 +1360,7 @@ HTML_HEADER = @ZEPHYR_BASE@/doc/_doxygen/header.html # that Doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_FOOTER = @ZEPHYR_BASE@/doc/_doxygen/footer.html +HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style # sheet that is used by each HTML page. It can be used to fine-tune the look of