mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
More documentation changes (rawmidi, timer)
This commit is contained in:
parent
56fac8ab14
commit
2ca5ace9cb
11 changed files with 197 additions and 20 deletions
|
|
@ -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);\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue