make sure fluid_file_callbacks_t is recognized by doxygen

This commit is contained in:
derselbst 2017-11-25 23:10:09 +01:00
parent ae29be83d8
commit 6cdcf5137e

View file

@ -97,6 +97,9 @@ struct _fluid_sfloader_t {
fluid_sfont_t* (*load)(fluid_sfloader_t* loader, const char* filename);
};
/**
* File callback structure to enable custom soundfont loading (e.g. from memory).
*/
struct _fluid_file_callbacks_t {
/**
* Opens the file indicated by \c path in binary read mode.