diff options
author | Arun Raghavan <arun@asymptotic.io> | 2021-05-17 16:03:28 -0400 |
---|---|---|
committer | Arun Raghavan <arun@asymptotic.io> | 2021-05-17 16:07:33 -0400 |
commit | 188f9772c8666aa63ea04105aeae98d04e6c8643 (patch) | |
tree | 33c3bc0f55e8461b0bece8e7c4a125896fc23968 /doxygen | |
parent | f8c2f4c1c23a3a187a9cf78a9dc996b25695ebd4 (diff) | |
download | pulseaudio-14.99.1.tar.gz |
build-sys: Fix a couple of meson warningsv14.99.1
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/556>
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/doxygen.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doxygen/doxygen.conf.in b/doxygen/doxygen.conf.in index a97c16543..21b6814f0 100644 --- a/doxygen/doxygen.conf.in +++ b/doxygen/doxygen.conf.in @@ -758,8 +758,8 @@ EXCLUDE_SYMBOLS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = @srcdir@/../src/utils \ - @srcdir@/../src/tests +EXAMPLE_PATH = @top_srcdir@/src/utils \ + @top_srcdir@/src/tests # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |