mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +00:00
Split doxygen INPUT into separate lines, for easier readability
This commit is contained in:
parent
3c68eaa619
commit
cc84da2094
2 changed files with 14 additions and 2 deletions
|
@ -85,7 +85,12 @@ WARN_LOGFILE =
|
|||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = ../doc/fluidsynth-v20-devdoc.txt ../include ../include/fluidsynth ../src
|
||||
INPUT = \
|
||||
../doc/fluidsynth-v20-devdoc.txt \
|
||||
../include \
|
||||
../include/fluidsynth \
|
||||
../src
|
||||
|
||||
INPUT_ENCODING = UTF-8
|
||||
FILE_PATTERNS = *.c *.h
|
||||
RECURSIVE = YES
|
||||
|
|
|
@ -85,7 +85,14 @@ WARN_LOGFILE =
|
|||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = @CMAKE_SOURCE_DIR@/doc/fluidsynth-v20-devdoc.txt @CMAKE_SOURCE_DIR@/include @CMAKE_SOURCE_DIR@/include/fluidsynth @CMAKE_SOURCE_DIR@/src @CMAKE_BINARY_DIR@/include/fluidsynth @CMAKE_BINARY_DIR@/doc/fluidsettings.txt
|
||||
INPUT = \
|
||||
@CMAKE_SOURCE_DIR@/doc/fluidsynth-v20-devdoc.txt \
|
||||
@CMAKE_SOURCE_DIR@/include \
|
||||
@CMAKE_SOURCE_DIR@/include/fluidsynth \
|
||||
@CMAKE_SOURCE_DIR@/src \
|
||||
@CMAKE_BINARY_DIR@/include/fluidsynth \
|
||||
@CMAKE_BINARY_DIR@/doc/fluidsettings.txt
|
||||
|
||||
INPUT_ENCODING = UTF-8
|
||||
FILE_PATTERNS = *.c *.h
|
||||
RECURSIVE = YES
|
||||
|
|
Loading…
Reference in a new issue