From: borine <32966433+borine@users.noreply.github.com> Date: Sat, 29 Jul 2023 10:22:49 +0000 (+0100) Subject: doxygen: fix image path X-Git-Tag: v1.2.10~23 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=df0feab38f47cbb0b0f3235ea0f83331a2351d1b;p=alsa-lib.git doxygen: fix image path From: borine@github Link: https://github.com/alsa-project/alsa-lib/pull/340 Signed-off-by: Jaroslav Kysela --- diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in index c5ebdfab..8132cd16 100644 --- a/doc/doxygen.cfg.in +++ b/doc/doxygen.cfg.in @@ -110,7 +110,7 @@ EXCLUDE = @top_srcdir@/src/control/control_local.h \ RECURSIVE = YES FILE_PATTERNS = *.c *.h EXAMPLE_PATH = @top_srcdir@/test -IMAGE_PATH = pictures +IMAGE_PATH = @top_srcdir@/doc/pictures QUIET = YES EXTRACT_ALL = NO