]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Doxify OV_EXCLUDE_STATIC_CALLBACKS #define.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 24 Mar 2025 23:48:17 +0000 (00:48 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 25 Mar 2025 00:52:10 +0000 (01:52 +0100)
That's useful information that should make it into the generated web
pages.

oggdec_filter.c

index 1d53f312300e7219ee9ebe1c35370651263eb7a7..7d9feda98f03d113dbe50603c3ea5e803630320b 100644 (file)
@@ -4,11 +4,13 @@
 
 #include <regex.h>
 
-/*
+/**
+ * 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 <vorbis/vorbisfile.h>