From d625db0aa53ddd435601e515c9deaa4dfda2fdfa Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 30 Jun 2021 15:04:43 +0200 Subject: [PATCH] doc: doxygen: move logo to Doxygen assets folder Move the logo used by Doxygen into the Doxygen assets folder. Signed-off-by: Gerard Marull-Paretas --- .../Zephyr-Kite-small.png => _doxygen/logo.png} | Bin doc/zephyr.doxyfile.in | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/{images/Zephyr-Kite-small.png => _doxygen/logo.png} (100%) diff --git a/doc/images/Zephyr-Kite-small.png b/doc/_doxygen/logo.png similarity index 100% rename from doc/images/Zephyr-Kite-small.png rename to doc/_doxygen/logo.png diff --git a/doc/zephyr.doxyfile.in b/doc/zephyr.doxyfile.in index 9188e0c83bc..d08d28ccb9c 100644 --- a/doc/zephyr.doxyfile.in +++ b/doc/zephyr.doxyfile.in @@ -51,7 +51,7 @@ PROJECT_BRIEF = "A Scalable Open Source RTOS for IoT Embedded Devices" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = @ZEPHYR_BASE@/doc/images/Zephyr-Kite-small.png +PROJECT_LOGO = @ZEPHYR_BASE@/doc/_doxygen/logo.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is