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

@ -4,6 +4,13 @@
* *
****************************************************************************/
/**
* \defgroup SeqMiddle Sequencer Middle Level Interface
* Sequencer Middle Level Interface
* \ingroup Sequencer
* \{
*/
#ifdef __cplusplus
extern "C" {
#endif
@ -212,3 +219,5 @@ int snd_seq_reset_pool_input(snd_seq_t *seq);
}
#endif
/** \} */