diff options
author | Jaroslav Kysela <perex@perex.cz> | 2002-01-22 14:27:25 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2002-01-22 14:27:25 +0000 |
commit | 2cc79806a2b0a90a5bf911319777b5b690fec53b (patch) | |
tree | 093a3e32caebe49c038f48e0e0c94d7f6d9feffe /doc | |
parent | f14063a251f06b447337c28669c6b2ede6a241c5 (diff) |
Added description of shm, null and rate plugins
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doxygen.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg index 68f7f851..beefe036 100644 --- a/doc/doxygen.cfg +++ b/doc/doxygen.cfg @@ -38,6 +38,8 @@ INPUT = index.doxygen \ ../src/pcm/pcm_mmap.c \ ../src/pcm/pcm_plugin.c \ ../src/pcm/pcm_hw.c \ + ../src/pcm/pcm_shm.c \ + ../src/pcm/pcm_null.c \ ../src/pcm/pcm_copy.c \ ../src/pcm/pcm_linear.c \ ../src/pcm/pcm_lfloat.c \ @@ -45,6 +47,7 @@ INPUT = index.doxygen \ ../src/pcm/pcm_alaw.c \ ../src/pcm/pcm_adpcm.c \ ../src/pcm/pcm_route.c \ + ../src/pcm/pcm_rate.c \ ../src/pcm/pcm_plug.c \ ../src/pcm/pcm_file.c \ ../src/pcm/pcm_multi.c \ |