forked from makelinux/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
23 lines (23 loc) · 687 Bytes
/
Doxyfile
File metadata and controls
23 lines (23 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PROJECT_NAME = "C++ features by examples"
EXTRACT_ALL = YES
EXTRACT_STATIC = YES
RECURSIVE = YES
EXCLUDE = html CMakeFiles
GENERATE_TREEVIEW = YES
GENERATE_LATEX = NO
HAVE_DOT = YES
DOT_FONTSIZE = 15
CALL_GRAPH = YES
CALLER_GRAPH = YES
INTERACTIVE_SVG = YES
#DOT_TRANSPARENT = YES
DOT_MULTI_TARGETS = NO
DOT_CLEANUP = NO
OPTIMIZE_OUTPUT_FOR_C = YES
DOT_FONTNAME = Ubuntu
#CASE_SENSE_NAMES = YES
SOURCE_BROWSER = YES
INLINE_SOURCES = YES
QUIET = YES
ENABLE_PREPROCESSING = NO
EXCLUDE_SYMBOLS = requires double _*