forked from CODARcode/MGARD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.doxygen
64 lines (51 loc) · 2.36 KB
/
.doxygen
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "MGARD"
PROJECT_NUMBER =
PROJECT_BRIEF = "MultiGrid Adaptive Reduction of Data"
PROJECT_LOGO =
OUTPUT_DIRECTORY = doc
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
INLINE_INHERITED_MEMB = YES
MULTILINE_CPP_IS_BRIEF = YES
BUILTIN_STL_SUPPORT = YES
EXTRACT_LOCAL_CLASSES = NO
SORT_MEMBER_DOCS = NO
SORT_BY_SCOPE_NAME = YES
GENERATE_TODOLIST = NO
GENERATE_TESTLIST = NO
GENERATE_BUGLIST = NO
GENERATE_DEPRECATEDLIST= YES
#---------------------------------------------------------------------------
# Configuration options related to warning and progress messages
#---------------------------------------------------------------------------
WARN_AS_ERROR = NO
#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = include README.md
RECURSIVE = YES
FILE_PATTERNS = *.h *.hpp
EXCLUDE = include/cuda
USE_MDFILE_AS_MAINPAGE = README.md
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
#---------------------------------------------------------------------------
HTML_TIMESTAMP = YES
#---------------------------------------------------------------------------
# Configuration options related to the LaTeX output
#---------------------------------------------------------------------------
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.
GENERATE_LATEX = NO
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
CLASS_DIAGRAMS = NO
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
GROUP_GRAPHS = NO