From 92d1a15803fe5b8c3275b2bbae0ec5e77b635680 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 25 Mar 2025 00:48:17 +0100 Subject: [PATCH] Doxify OV_EXCLUDE_STATIC_CALLBACKS #define. That's useful information that should make it into the generated web pages. --- oggdec_filter.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/oggdec_filter.c b/oggdec_filter.c index 1d53f312..7d9feda9 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -4,11 +4,13 @@ #include -/* +/** + * Avoid warnings on NetBSD. + * * The static ogg-vorbis callback structures are only needed on Windows. At - * least with vorbistools-1.3.7, they cause warnings on NetBSD-10.0. The - * #define below instructs the preprocessor to not define these structures, - * avoiding the warnings. See the comment in vorbisfile.h for details. + * least with vorbistools-1.3.7, they cause warnings on NetBSD-10.0. The define + * below instructs the preprocessor to not define these structures, avoiding + * the warnings. See the comment in vorbisfile.h for details. */ #define OV_EXCLUDE_STATIC_CALLBACKS #include -- 2.39.5