More documentation changes (rawmidi, timer)

This commit is contained in:
Jaroslav Kysela 2002-02-11 18:11:16 +00:00
parent 56fac8ab14
commit 2ca5ace9cb
11 changed files with 197 additions and 20 deletions

View file

@ -35,6 +35,7 @@ extern "C" {
/**
* \defgroup Control Control Interface
* The control interface.
* See \ref control page for more details.
* \{
*/
@ -398,6 +399,7 @@ void snd_ctl_elem_value_set_iec958(snd_ctl_elem_value_t *obj, const snd_aes_iec9
* \defgroup HControl Highlevel Control Interface
* \ingroup Control
* The highlevel control interface.
* See \ref hcontrol page for more details.
* \{
*/

View file

@ -34,7 +34,7 @@ extern "C" {
/**
* \defgroup RawMidi RawMidi Interface
* The RawMidi Interface.
* The RawMidi Interface. See \ref rawmidi page for more details.
* \{
*/

View file

@ -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);\

View file

@ -34,7 +34,7 @@ extern "C" {
/**
* \defgroup Timer Timer Interface
* Timer Interface
* Timer Interface. See \ref timer page for more details.
* \{
*/