generated from habedi/template-c-project
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDoxyfile
More file actions
35 lines (30 loc) · 1.17 KB
/
Doxyfile
File metadata and controls
35 lines (30 loc) · 1.17 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
# Doxyfile configuration
# Doxygen version 1.9.8
#---------------------------------------------------------------------------
# Project-related settings
#---------------------------------------------------------------------------
PROJECT_NAME = "Bptree"
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = NO
#---------------------------------------------------------------------------
# Input settings
#---------------------------------------------------------------------------
INPUT = .
FILE_PATTERNS = *.c *.h *.cpp *.hpp
RECURSIVE = YES
EXTRACT_ALL = YES
EXCLUDE_PATTERNS = tmp
#---------------------------------------------------------------------------
# Output formats
#---------------------------------------------------------------------------
# HTML output will be placed in doc/html
GENERATE_HTML = YES
HTML_OUTPUT = html
# LaTeX output will be placed in doc/latex
GENERATE_LATEX = NO
LATEX_OUTPUT = latex
#---------------------------------------------------------------------------
# Optional tweaks
#---------------------------------------------------------------------------
QUIET = YES
WARNINGS = NO