diff options
author | Takashi Iwai <tiwai@suse.de> | 2004-05-24 14:57:47 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2004-05-24 14:57:47 +0000 |
commit | c11a1fc9bebf9c58f308d2479e1a5381611acca1 (patch) | |
tree | be1a5af7dbc4cfe50bc42fde0038d2ae1b8dce6a /doc | |
parent | abf04e4cfd57b53a6f097a4018ffe0030453fb9f (diff) | |
download | alsa-lib-c11a1fc9bebf9c58f308d2479e1a5381611acca1.tar.gz |
fixed documents to process properly via doxygen.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doxygen.cfg | 1 | ||||
-rw-r--r-- | doc/index.doxygen | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg index ef1a0575..c82f1fc8 100644 --- a/doc/doxygen.cfg +++ b/doc/doxygen.cfg @@ -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 \ diff --git a/doc/index.doxygen b/doc/index.doxygen index 0e0face8..f8740be0 100644 --- a/doc/index.doxygen +++ b/doc/index.doxygen @@ -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. |