-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDoxyfile
More file actions
35 lines (32 loc) · 1.5 KB
/
Doxyfile
File metadata and controls
35 lines (32 loc) · 1.5 KB
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
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "Foundation"
PROJECT_BRIEF = ""
OUTPUT_DIRECTORY = docs
USE_MDFILE_AS_MAINPAGE = DOCS.md
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
GENERATE_LATEX = NO
#---------------------------------------------------------------------------
# Input related configuration options
#---------------------------------------------------------------------------
INPUT = ./Source \
./Examples \
./ModelViewer \
./ThirdParty \
./DOCS.md
EXAMPLE_PATH = ./Examples
RECURSIVE = YES
FILE_PATTERNS = *.c *.cpp *.h *.hpp *.md *.slang
EXCLUDE = ./build \
EXCLUDE_PATTERNS = */_deps/*
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# GraphViz related configuration options
#---------------------------------------------------------------------------
HAVE_DOT = NO