From 07b869d1bfb12d8127ae1f0cb867de9e035d30c6 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 22 Jan 2021 15:23:04 +0900 Subject: [PATCH] Fix some doxygen warnings --- doc/quakeforge.dox.conf.in | 7 ------- include/snd_internal.h | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/quakeforge.dox.conf.in b/doc/quakeforge.dox.conf.in index 1e925e354..3d22be413 100644 --- a/doc/quakeforge.dox.conf.in +++ b/doc/quakeforge.dox.conf.in @@ -1116,13 +1116,6 @@ CLANG_DATABASE_PATH = ALPHABETICAL_INDEX = YES -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in -# which the alphabetical index list will be split. -# Minimum value: 1, maximum value: 20, default value: 5. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -COLS_IN_ALPHA_INDEX = 4 - # In case all classes in a project start with a common prefix, all classes will # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag # can be used to specify a prefix (or a list of prefixes) that should be ignored diff --git a/include/snd_internal.h b/include/snd_internal.h index ca4dc76c6..7978c4307 100644 --- a/include/snd_internal.h +++ b/include/snd_internal.h @@ -58,7 +58,8 @@ typedef struct sfxstream_s sfxstream_t; \param buffer sound data \param count number of frames to paint */ -typedef void sfxpaint_t (int, channel_t *, float *, unsigned); +typedef void sfxpaint_t (int offset, channel_t *ch, float *buffer, + unsigned count); /** Represent a sound sample in the mixer. */