Add missing group brief descriptions

This commit is contained in:
Marcus Weseloh 2020-11-14 17:10:26 +01:00
parent a279b2b397
commit 36280b9788

View file

@ -109,6 +109,8 @@ FLUIDSYNTH_API float fluid_synth_get_gen(fluid_synth_t *synth, int chan, int par
* @defgroup voice_control Synthesis Voice Control
* @ingroup synth
*
* Low-level access to synthesis voices.
*
* @{
*/
FLUIDSYNTH_API int fluid_synth_start(fluid_synth_t *synth, unsigned int id,
@ -129,6 +131,8 @@ FLUIDSYNTH_API void fluid_synth_get_voicelist(fluid_synth_t *synth,
* @defgroup soundfont_management SoundFont Management
* @ingroup synth
*
* Functions to load and unload SoundFonts.
*
* @{
*/
FLUIDSYNTH_API
@ -209,6 +213,9 @@ FLUIDSYNTH_API int fluid_synth_get_chorus_type(fluid_synth_t *synth); /* see flu
* @defgroup synthesis_params Synthesis Parameters
* @ingroup synth
*
* Functions to control and query synthesis parameters like gain and
* polyphony count.
*
* @{
*/
FLUIDSYNTH_API int fluid_synth_count_midi_channels(fluid_synth_t *synth);