From 4768e7a3ce7a8083963fda6362577bea741e6a21 Mon Sep 17 00:00:00 2001 From: scawful Date: Sat, 31 Aug 2024 23:33:03 -0400 Subject: [PATCH] housekeeping --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 1a9e199b..0dfa6199 100644 --- a/Doxyfile +++ b/Doxyfile @@ -61,13 +61,13 @@ PROJECT_BRIEF = Link to the Past ROM Editor # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = "src/yaze.ico" +PROJECT_LOGO = "src/win32/yaze.ico" # With the PROJECT_ICON tag one can specify an icon that is included in the tabs # when the HTML document is shown. Doxygen will copy the logo to the output # directory. -PROJECT_ICON = "src/yaze.ico" +PROJECT_ICON = "src/win32/yaze.ico" # 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