-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathDoxyfile.in
More file actions
49 lines (47 loc) · 1.96 KB
/
Doxyfile.in
File metadata and controls
49 lines (47 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
PROJECT_NAME = LMMS
PROJECT_NUMBER = @VERSION@
PROJECT_BRIEF = "Cross-platform music production software"
OUTPUT_DIRECTORY = doc/
TIMESTAMP = YES
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
CASE_SENSE_NAMES = NO
SORT_MEMBERS_CTORS_1ST = YES
QUIET = YES
INPUT = @CMAKE_SOURCE_DIR@/README.md \
@CMAKE_SOURCE_DIR@/src \
@CMAKE_SOURCE_DIR@/include \
@CMAKE_SOURCE_DIR@/plugins
FILE_PATTERNS = *.c \
*.cc \
*.cxx \
*.cxxm \
*.cpp \
*.cppm \
*.ccm \
*.h \
*.hh \
*.hxx \
*.hpp
RECURSIVE = YES
EXCLUDE = @CMAKE_SOURCE_DIR@/src/3rdparty \
@CMAKE_SOURCE_DIR@/plugins/CarlaBase/carla \
@CMAKE_SOURCE_DIR@/plugins/FreeBoy/game-music-emu \
@CMAKE_SOURCE_DIR@/plugins/LadspaEffect/calf/veal \
@CMAKE_SOURCE_DIR@/plugins/LadspaEffect/cmt/cmt \
@CMAKE_SOURCE_DIR@/plugins/LadspaEffect/swh/ladspa \
@CMAKE_SOURCE_DIR@/plugins/LadspaEffect/tap/tap-plugins \
@CMAKE_SOURCE_DIR@/plugins/OpulenZ/adplug \
@CMAKE_SOURCE_DIR@/plugins/Sid/resid/resid \
@CMAKE_SOURCE_DIR@/plugins/Xpressive/exprtk \
@CMAKE_SOURCE_DIR@/plugins/ZynAddSubFx/zynaddsubfx
USE_MDFILE_AS_MAINPAGE = @CMAKE_SOURCE_DIR@/README.md
USE_MATHJAX = YES
GENERATE_TREEVIEW = NO
GENERATE_LATEX = NO
DOT_MULTI_TARGETS = YES
# TODO 5166
PROJECT_LOGO =
# TODO 5166
PROJECT_ICON =