]> git.alsa-project.org Git - alsa-lib.git/commitdiff
doxygen: silence warning from asoundlib.h
authorborine <32966433+borine@users.noreply.github.com>
Sun, 30 Jul 2023 14:51:46 +0000 (15:51 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 1 Sep 2023 14:12:16 +0000 (16:12 +0200)
From: borine@github
Link: https://github.com/alsa-project/alsa-lib/pull/340
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
configure.ac

index ac8e15c3155d2d4df12f84ec49c9bae62158f65c..3d917f82e6306a7026c91af0095822c1b07d86e8 100644 (file)
@@ -784,9 +784,11 @@ EOF
 fi
 cat >> include/asoundlib.h <<EOF
 
+#ifndef DOC_HIDDEN
 #ifndef __GNUC__
 #define __inline__ inline
 #endif
+#endif /* DOC_HIDDEN */
 
 #include <alsa/asoundef.h>
 #include <alsa/version.h>