forked from NOAA-PSL/stochastic_physics
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDoxyfile
More file actions
22 lines (22 loc) · 695 Bytes
/
Doxyfile
File metadata and controls
22 lines (22 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PROJECT_NAME = "stochastic physics"
PROJECT_NUMBER = v1.1.0
STRIP_FROM_PATH =
INPUT =
FILE_PATTERNS = *.md \
*.h \
*.doc \
*.c \
*.f \
*.F90
RECURSIVE = YES
USE_MDFILE_AS_MAINPAGE = README.md
OPTIMIZE_FOR_FORTRAN = YES
GENERATE_XML = NO
INLINE_SIMPLE_STRUCTS = YES
EXTRACT_ALL = YES
HAVE_DOT = YES
CALL_GRAPH = YES
CALLER_GRAPH = YES
PROJECT_LOGO = docs/UFS_logo.png
DISABLE_INDEX = YES
GENERATE_TREEVIEW = YES