mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
Fix some doxygen warnings
This commit is contained in:
parent
baf25f0891
commit
07b869d1bf
2 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue