/[svn]/linuxsampler/trunk/Doxyfile.in
ViewVC logotype

Diff of /linuxsampler/trunk/Doxyfile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 697 by schoenebeck, Tue Jul 19 15:43:40 2005 UTC revision 1065 by schoenebeck, Sun Mar 4 02:09:10 2007 UTC
# Line 61  WARN_LOGFILE           = Line 61  WARN_LOGFILE           =
61  #---------------------------------------------------------------------------  #---------------------------------------------------------------------------
62  # configuration options related to the input files  # configuration options related to the input files
63  #---------------------------------------------------------------------------  #---------------------------------------------------------------------------
64  INPUT                  = @top_srcdir@/src  INPUT                  = @top_srcdir@/src/Sampler.h \
65                             @top_srcdir@/src/common/Exception.h \
66                             @top_srcdir@/src/drivers/Device.h \
67                             @top_srcdir@/src/drivers/DeviceParameter.h \
68                             @top_srcdir@/src/drivers/audio/AudioChannel.h \
69                             @top_srcdir@/src/drivers/audio/AudioChannel.cpp \
70                             @top_srcdir@/src/drivers/audio/AudioOutputDevice.h \
71                             @top_srcdir@/src/drivers/midi/midi.h \
72                             @top_srcdir@/src/drivers/midi/MidiInputPort.h \
73                             @top_srcdir@/src/drivers/midi/MidiInputDevice.h \
74                             @top_srcdir@/src/drivers/midi/MidiInstrumentMapper.h \
75                             @top_srcdir@/src/engines/Engine.h \
76                             @top_srcdir@/src/engines/EngineChannel.h \
77                             @top_srcdir@/src/engines/FxSend.h \
78                             @top_srcdir@/src/engines/InstrumentManager.h
79  FILE_PATTERNS          = *.c \  FILE_PATTERNS          = *.c \
80                           *.cpp \                           *.cpp \
81                           *.h \                           *.h \
82                           *.hpp \                           *.hpp \
83                           *.idl                           *.idl
84  RECURSIVE              = YES  RECURSIVE              = NO
85  EXCLUDE                =  EXCLUDE                =
86  EXCLUDE_SYMLINKS       = NO  EXCLUDE_SYMLINKS       = NO
87  EXCLUDE_PATTERNS       =  EXCLUDE_PATTERNS       =

Legend:
Removed from v.697  
changed lines
  Added in v.1065

  ViewVC Help
Powered by ViewVC