Doxyfile
changeset 9111 48ce04029fe4
parent 7559 40d62002dad3
child 9961 5c062b07d3f7
equal deleted inserted replaced
9110:9c48301b2e19 9111:48ce04029fe4
    74 WARN_FORMAT            = "$file:$line: $text"
    74 WARN_FORMAT            = "$file:$line: $text"
    75 WARN_LOGFILE           =
    75 WARN_LOGFILE           =
    76 #---------------------------------------------------------------------------
    76 #---------------------------------------------------------------------------
    77 # configuration options related to the input files
    77 # configuration options related to the input files
    78 #---------------------------------------------------------------------------
    78 #---------------------------------------------------------------------------
    79 INPUT                  = ./
    79 INPUT                  = ./src/
    80 FILE_PATTERNS          = *.c \
    80 FILE_PATTERNS          = *.c \
    81                          *.cc \
    81                          *.cc \
    82                          *.cxx \
    82                          *.cxx \
    83                          *.cpp \
    83                          *.cpp \
    84                          *.c++ \
    84                          *.c++ \