aboutsummaryrefslogtreecommitdiff
path: root/include/seq.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2002-02-11 18:11:16 +0000
committerJaroslav Kysela <perex@perex.cz>2002-02-11 18:11:16 +0000
commit2ca5ace9cb737bc301b0a19bad4cd80549a1702e (patch)
tree8bc4e328f15fb48b8a3434f566729ce511b1b8ca /include/seq.h
parent56fac8ab149b8e973c850ddaf60d55effd0536df (diff)
More documentation changes (rawmidi, timer)
Diffstat (limited to 'include/seq.h')
-rw-r--r--include/seq.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/seq.h b/include/seq.h
index 1a56e76c..469cc622 100644
--- a/include/seq.h
+++ b/include/seq.h
@@ -5,7 +5,8 @@
* \author Abramo Bagnara <abramo@alsa-project.org>
* \author Takashi Iwai <tiwai@suse.de>
* \date 1998-2001
- *
+ */
+/*
* Application interface library for the ALSA driver
*
*
@@ -34,7 +35,8 @@ extern "C" {
/**
* \defgroup Sequencer MIDI Sequencer
- * MIDI Sequencer Interface
+ * MIDI Sequencer Interface.
+ * See \ref seq page for more details.
* \{
*/
@@ -44,7 +46,7 @@ extern "C" {
/** Sequencer handle */
typedef struct _snd_seq snd_seq_t;
-/** \internal */
+/** Allocate and initialize array on stack \internal */
#define SND_ALLOCA(type,ptr) \
do {\
assert(ptr);\