/[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 3143 by schoenebeck, Wed May 3 18:01:37 2017 UTC revision 3398 by schoenebeck, Sat Dec 9 16:39:27 2017 UTC
# Line 76  INPUT                  = @top_srcdir@/sr Line 76  INPUT                  = @top_srcdir@/sr
76                           @top_srcdir@/src/Korg.cpp \                           @top_srcdir@/src/Korg.cpp \
77                           @top_srcdir@/src/Akai.h \                           @top_srcdir@/src/Akai.h \
78                           @top_srcdir@/src/Akai.cpp \                           @top_srcdir@/src/Akai.cpp \
79                             @top_srcdir@/src/typeinfo.cpp \
80                           @top_srcdir@/doc/mainpage.dox                           @top_srcdir@/doc/mainpage.dox
81  FILE_PATTERNS          = *.c \  FILE_PATTERNS          = *.c \
82                           *.cpp \                           *.cpp \
# Line 181  PERLMOD_MAKEVAR_PREFIX = Line 182  PERLMOD_MAKEVAR_PREFIX =
182  # Configuration options related to the preprocessor  # Configuration options related to the preprocessor
183  #---------------------------------------------------------------------------  #---------------------------------------------------------------------------
184  ENABLE_PREPROCESSING   = YES  ENABLE_PREPROCESSING   = YES
185  MACRO_EXPANSION        = NO  MACRO_EXPANSION        = YES
186    #FIXME: See PREDEFINED comment below.
187  EXPAND_ONLY_PREDEF     = NO  EXPAND_ONLY_PREDEF     = NO
188  SEARCH_INCLUDES        = YES  SEARCH_INCLUDES        = YES
189  INCLUDE_PATH           =  INCLUDE_PATH           =
190  INCLUDE_FILE_PATTERNS  =  INCLUDE_FILE_PATTERNS  =
191  PREDEFINED             =  #FIXME: For some reason Doxygen (1.8.13) does not accept variadic macros here, so commented and sing EXPAND_ONLY_PREDEF=NO instead for now.
192    #PREDEFINED             = "GIG_DECLARE_ENUM(type,...)=enum type { __VA_ARGS__ }" \
193    #                         "DLS_DECLARE_ENUM(type,...)=enum type { __VA_ARGS__ }" \
194    #                         "RIFF_DECLARE_ENUM(type,...)=enum type { __VA_ARGS__ }" \
195    #                         "HAVE_RTTI=1"
196  EXPAND_AS_DEFINED      =  EXPAND_AS_DEFINED      =
197  SKIP_FUNCTION_MACROS   = YES  SKIP_FUNCTION_MACROS   = YES
198  #---------------------------------------------------------------------------  #---------------------------------------------------------------------------

Legend:
Removed from v.3143  
changed lines
  Added in v.3398

  ViewVC Help
Powered by ViewVC