summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2001-11-14 11:39:08 +0000
committerJaroslav Kysela <perex@perex.cz>2001-11-14 11:39:08 +0000
commit5e58abf785c5318c983d792ca86300f1f46f51a1 (patch)
tree57c43724b3b5878b7483fa3e8a8dc04cb2545568 /doc
parent169c36213dc94ce1681516c0aabc25fa900452e6 (diff)
downloadalsa-lib-5e58abf785c5318c983d792ca86300f1f46f51a1.tar.gz
Reordered header files
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.cfg20
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
index ebd4fe67..0f79e71c 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -7,7 +7,25 @@ GENERATE_RTF = NO
CASE_SENSE_NAMES = NO
INPUT = index.doxygen conf.doxygen confarg.doxygen \
conffunc.doxygen pcm.doxygen \
- ../include ../src
+ ../include/asoundlib.h \
+ ../include/version.h \
+ ../include/global.h \
+ ../include/input.h \
+ ../include/output.h \
+ ../include/error.h \
+ ../include/conf.h \
+ ../include/control.h \
+ ../include/pcm.h \
+ ../include/rawmidi.h \
+ ../include/timer.h \
+ ../include/hwdep.h \
+ ../include/seq.h \
+ ../include/seq_event.h \
+ ../include/seqmid.h \
+ ../include/seq_midi_event.h \
+ ../include/conv.h \
+ ../include/instr.h \
+ ../src
EXCLUDE = ../src/control/control_local.h \
../src/pcm/atomic.h \
../src/pcm/interval.h \