/[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 2343 by persson, Sun Apr 29 16:14:45 2012 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/EventListeners.h \
66                             @top_srcdir@/src/common/global.h \
67                             @top_srcdir@/src/common/lsatomic.h \
68                             @top_srcdir@/src/common/Exception.h \
69                             @top_srcdir@/src/common/Thread.h \
70                             @top_srcdir@/src/common/SynchronizedConfig.h \
71                             @top_srcdir@/src/drivers/Device.h \
72                             @top_srcdir@/src/drivers/DeviceParameter.h \
73                             @top_srcdir@/src/drivers/audio/AudioChannel.h \
74                             @top_srcdir@/src/drivers/audio/AudioChannel.cpp \
75                             @top_srcdir@/src/drivers/audio/AudioOutputDevice.h \
76                             @top_srcdir@/src/drivers/midi/midi.h \
77                             @top_srcdir@/src/drivers/midi/MidiInputPort.h \
78                             @top_srcdir@/src/drivers/midi/MidiInputDevice.h \
79                             @top_srcdir@/src/drivers/midi/MidiInstrumentMapper.h \
80                             @top_srcdir@/src/drivers/midi/VirtualMidiDevice.h \
81                             @top_srcdir@/src/engines/Engine.h \
82                             @top_srcdir@/src/engines/EngineChannel.h \
83                             @top_srcdir@/src/engines/FxSend.h \
84                             @top_srcdir@/src/engines/InstrumentManager.h \
85                             @top_srcdir@/src/plugins/InstrumentEditor.h \
86                             @top_srcdir@/src/plugins/InstrumentEditorFactory.h
87  FILE_PATTERNS          = *.c \  FILE_PATTERNS          = *.c \
88                           *.cpp \                           *.cpp \
89                           *.h \                           *.h \
90                           *.hpp \                           *.hpp \
91                           *.idl                           *.idl
92  RECURSIVE              = YES  RECURSIVE              = NO
93  EXCLUDE                =  EXCLUDE                =
94  EXCLUDE_SYMLINKS       = NO  EXCLUDE_SYMLINKS       = NO
95  EXCLUDE_PATTERNS       =  EXCLUDE_PATTERNS       =

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

  ViewVC Help
Powered by ViewVC