Improved in-source documentation (interfaces are divided into modules).

This commit is contained in:
Jaroslav Kysela 2001-04-24 13:02:58 +00:00
parent 98ab09fb27
commit f65b035a45
17 changed files with 281 additions and 293 deletions

View file

@ -5,6 +5,12 @@
* *
****************************************************************************/
/**
* \defgroup Instrument Instrument Interface
* The Instrument Interface.
* \{
*/
/* FM instrument support */
typedef void snd_instr_fm_t;
@ -58,3 +64,6 @@ int snd_instr_iwffff_free(snd_instr_iwffff_t *iwffff);
#ifdef __cplusplus
}
#endif
/** \} */