Fix some doxygen warnings

This commit is contained in:
Bill Currie 2021-01-22 15:23:04 +09:00
parent baf25f0891
commit 07b869d1bf
2 changed files with 2 additions and 8 deletions

View file

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

View file

@ -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.
*/