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

Diff of /libgig/trunk/Doxyfile.in

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

revision 1079 by schoenebeck, Tue Mar 6 21:01:34 2007 UTC revision 2649 by schoenebeck, Wed Jun 18 16:32:06 2014 UTC
# Line 30  SUBGROUPING            = YES Line 30  SUBGROUPING            = YES
30  #---------------------------------------------------------------------------  #---------------------------------------------------------------------------
31  EXTRACT_ALL            = YES  EXTRACT_ALL            = YES
32  EXTRACT_PRIVATE        = NO  EXTRACT_PRIVATE        = NO
33  EXTRACT_STATIC         = YES  EXTRACT_STATIC         = NO
34  EXTRACT_LOCAL_CLASSES  = YES  EXTRACT_LOCAL_CLASSES  = YES
35  HIDE_UNDOC_MEMBERS     = NO  HIDE_UNDOC_MEMBERS     = NO
36  HIDE_UNDOC_CLASSES     = NO  HIDE_UNDOC_CLASSES     = NO
# Line 67  INPUT                  = @top_srcdir@/sr Line 67  INPUT                  = @top_srcdir@/sr
67                           @top_srcdir@/src/DLS.h \                           @top_srcdir@/src/DLS.h \
68                           @top_srcdir@/src/DLS.cpp \                           @top_srcdir@/src/DLS.cpp \
69                           @top_srcdir@/src/gig.h \                           @top_srcdir@/src/gig.h \
70                           @top_srcdir@/src/gig.cpp                           @top_srcdir@/src/gig.cpp \
71                             @top_srcdir@/src/SF.h \
72                             @top_srcdir@/src/SF.cpp \
73                             @top_srcdir@/src/Korg.h \
74                             @top_srcdir@/src/Korg.cpp \
75                             @top_srcdir@/src/Akai.h \
76                             @top_srcdir@/src/Akai.cpp \
77                             @top_srcdir@/doc/mainpage.dox
78  FILE_PATTERNS          = *.c \  FILE_PATTERNS          = *.c \
79                           *.cpp \                           *.cpp \
80                           *.h \                           *.h \
81                           *.hpp \                           *.hpp \
82                           *.idl                           *.idl \
83                             *.dox
84  RECURSIVE              = NO  RECURSIVE              = NO
85  EXCLUDE                =  EXCLUDE                =
86  EXCLUDE_SYMLINKS       = NO  EXCLUDE_SYMLINKS       = NO

Legend:
Removed from v.1079  
changed lines
  Added in v.2649

  ViewVC Help
Powered by ViewVC