#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>