From: Andre Noll Date: Mon, 24 Mar 2025 23:48:17 +0000 (+0100) Subject: Doxify OV_EXCLUDE_STATIC_CALLBACKS #define. X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=92d1a15803fe5b8c3275b2bbae0ec5e77b635680;p=paraslash.git Doxify OV_EXCLUDE_STATIC_CALLBACKS #define. That's useful information that should make it into the generated web pages. --- 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