fixed documents to process properly via doxygen.

This commit is contained in:
Takashi Iwai 2004-05-24 14:57:47 +00:00
parent abf04e4cfd
commit c11a1fc9be
8 changed files with 17 additions and 6 deletions

View file

@ -60,6 +60,7 @@ INPUT = index.doxygen \
../src/pcm/pcm_meter.c \
../src/pcm/pcm_ladspa.c \
../src/pcm/pcm_asym.c \
../src/pcm/pcm_iec958.c \
../src/pcm/pcm_misc.c \
../src/rawmidi \
../src/timer \

View file

@ -32,6 +32,7 @@ may be placed in the library code instead of the kernel driver.</P>
<UL>
<LI>Page \ref control explains the primitive controls API.
<LI>Page \ref hcontrol explains the high-level primitive controls API.
<LI>Page \ref mixer explains the mixer controls API.
<LI>Page \ref pcm explains the design of the PCM (digital audio) API.
<LI>Page \ref pcm_plugins explains the design of PCM (digital audio) plugins.
<LI>Page \ref rawmidi explains the design of the RawMidi API.