Doxyfile 912 Bytes
Newer Older
Chris Austen's avatar
Chris Austen committed
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
# Auto-generated doxygen configuration file

BUILTIN_STL_SUPPORT = YES

CALLER_GRAPH = YES

CALL_GRAPH = YES

ENUM_VALUES_PER_LINE = 1

EXCLUDE_PATTERNS = ../../src/targets/gpu/kernels ../../src/targets/gpu/device

EXTRACT_ALL = YES

FULL_PATH_NAMES = YES

GENERATE_LATEX = NO

GENERATE_TREEVIEW = YES

GENERATE_XML = YES

INCLUDE_PATH = ../../src/include ../../src/targets/cpu/include ../../src/targets/gpu/include

INPUT = ../../src

MACRO_EXPANSION = YES

29
OUTPUT_DIRECTORY = .
Chris Austen's avatar
Chris Austen committed
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59

PREDEFINED = DOXYGEN

PROJECT_NAME = MIGraphX

RECURSIVE = YES

REFERENCED_BY_RELATION = YES

REFERENCES_LINK_SOURCE = YES

REFERENCES_RELATION = YES

SEARCH_INCLUDES = YES

SORT_MEMBERS_CTORS_1ST = YES

SOURCE_BROWSER = YES

STRIP_FROM_INC_PATH = ../../src/include ../../src/targets/cpu/include ../../src/targets/gpu/include

STRIP_FROM_PATH = 

USE_PDFLATEX = NO

WARN_LOGFILE = DoxygenWarningLog.txt

DOT_PATH = 

HAVE_DOT = NO