aboutsummaryrefslogtreecommitdiff
path: root/include/seq.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2001-11-14 11:40:46 +0000
committerJaroslav Kysela <perex@perex.cz>2001-11-14 11:40:46 +0000
commit87b5b249a503ea7eb3edffec9528717a8b028159 (patch)
tree270ff707df14a956004d17607d86ad7233cef262 /include/seq.h
parent5e58abf785c5318c983d792ca86300f1f46f51a1 (diff)
pcm.h - major documentation updates and reordering
Cleanup for __cplusplus defines.
Diffstat (limited to 'include/seq.h')
-rw-r--r--include/seq.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/include/seq.h b/include/seq.h
index b9663a53..f4fcbf4a 100644
--- a/include/seq.h
+++ b/include/seq.h
@@ -28,17 +28,16 @@
#ifndef __ALSA_SEQ_H
#define __ALSA_SEQ_H
-/**
- * \defgroup SeqGlobal Sequencer System
- * Global System Interface
- * \ingroup Sequencer
- * \{
- */
-
#ifdef __cplusplus
extern "C" {
#endif
+/**
+ * \defgroup Sequencer MIDI Sequencer
+ * MIDI Sequencer Interface
+ * \{
+ */
+
/** dlsym version for interface entry callback */
#define SND_SEQ_DLSYM_VERSION _dlsym_seq_001