/[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 1212 by schoenebeck, Tue May 29 23:59:36 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/common/Thread.h \
67                             @top_srcdir@/src/drivers/Device.h \
68                             @top_srcdir@/src/drivers/DeviceParameter.h \
69                             @top_srcdir@/src/drivers/audio/AudioChannel.h \
70                             @top_srcdir@/src/drivers/audio/AudioChannel.cpp \
71                             @top_srcdir@/src/drivers/audio/AudioOutputDevice.h \
72                             @top_srcdir@/src/drivers/midi/midi.h \
73                             @top_srcdir@/src/drivers/midi/MidiInputPort.h \
74                             @top_srcdir@/src/drivers/midi/MidiInputDevice.h \
75                             @top_srcdir@/src/drivers/midi/MidiInstrumentMapper.h \
76                             @top_srcdir@/src/engines/Engine.h \
77                             @top_srcdir@/src/engines/EngineChannel.h \
78                             @top_srcdir@/src/engines/FxSend.h \
79                             @top_srcdir@/src/engines/InstrumentEditor.h \
80                             @top_srcdir@/src/engines/InstrumentEditorFactory.h \
81                             @top_srcdir@/src/engines/InstrumentManager.h
82  FILE_PATTERNS          = *.c \  FILE_PATTERNS          = *.c \
83                           *.cpp \                           *.cpp \
84                           *.h \                           *.h \
85                           *.hpp \                           *.hpp \
86                           *.idl                           *.idl
87  RECURSIVE              = YES  RECURSIVE              = NO
88  EXCLUDE                =  EXCLUDE                =
89  EXCLUDE_SYMLINKS       = NO  EXCLUDE_SYMLINKS       = NO
90  EXCLUDE_PATTERNS       =  EXCLUDE_PATTERNS       =

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

  ViewVC Help
Powered by ViewVC