From: Jaroslav Kysela Date: Wed, 14 Nov 2001 11:39:08 +0000 (+0000) Subject: Reordered header files X-Git-Tag: v1.0.3~600 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=5e58abf785c5318c983d792ca86300f1f46f51a1;p=alsa-lib.git Reordered header files --- 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 \