-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
19 lines (18 loc) · 726 Bytes
/
Copy pathDoxyfile
File metadata and controls
19 lines (18 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PROJECT_NAME = "finite_cell_application"
PROJECT_BRIEF = "Documentation and manual for finite_cell_application"
OUTPUT_DIRECTORY = "/media/Data/Documentation/finite_cell_application"
INPUT = custom_utilities/ custom_conditions/ custom_elements/ custom_geometries/
FILE_PATTERNS = *.py *.cpp *.h
RECURSIVE = YES
MULTILINE_CPP_IS_BRIEF = YES
EXTRACT_ALL = YES
EXTRACT_STATIC = YES
SHOW_DIRECTORIES = YES
SOURCE_BROWSER = YES
HTML_DYNAMIC_SECTIONS = YES
USE_MATHJAX = YES
PAPER_TYPE = letter
HIDE_UNDOC_RELATIONS = NO
HAVE_DOT = YES
CALL_GRAPH = YES
CALLER_GRAPH = YES