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