-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
34 lines (28 loc) · 873 Bytes
/
Copy pathDoxyfile
File metadata and controls
34 lines (28 loc) · 873 Bytes
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
# Doxyfile configuration for cppMusicTools
# Project settings
PROJECT_NAME = "cppMusicTools"
PROJECT_NUMBER = 0.1.0
PROJECT_BRIEF = "C++ Tools for MIDI and Music Development"
OUTPUT_DIRECTORY = "docs"
# Input files
INPUT = .
RECURSIVE = YES
EXCLUDE_PATTERNS = */docs/*
# Language settings
OPTIMIZE_OUTPUT_FOR_C = NO
EXTRACT_ALL = YES
EXTRACT_PRIVATE = NO
EXTRACT_STATIC = YES
# Output formats
GENERATE_HTML = YES
HTML_OUTPUT = html
GENERATE_LATEX = YES
LATEX_OUTPUT = latex
LATEX_CMD_NAME = pdflatex
USE_PDFLATEX = YES
# Diagrams and Graphs (requires 'dot' from Graphviz)
HAVE_DOT = YES
UML_LOOK = YES
UML_LIMIT_NUM_FIELDS = 10
CALL_GRAPH = YES
CALLER_GRAPH = YES