aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-03-06 14:16:36 -0800
committerGerald Combs <gerald@wireshark.org>2022-03-09 02:07:51 +0000
commite482b375f2351449763b9cc4421eb80f943e3cb3 (patch)
treee901c7f76ba6c58b34292895826f121698e8917a /doxygen.cfg.in
parent9fe01522e1671769c6cbce674b9f7710c88bdd88 (diff)
Rename the "image" directory to "resources".
The "image" directory contains resource compiler assets and other application resources, so name it "resources."
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 9159c2b037..0027078c43 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -51,7 +51,7 @@ PROJECT_BRIEF = "The Wireshark network protocol analyzer"
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
-PROJECT_LOGO = @DOXYGEN_INPUT_DIRECTORY@/image/wsicon48.png
+PROJECT_LOGO = @DOXYGEN_INPUT_DIRECTORY@/resources/icons/wsicon48.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