-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
45 lines (36 loc) · 1.08 KB
/
Doxyfile
File metadata and controls
45 lines (36 loc) · 1.08 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
36
37
38
39
40
41
42
43
44
45
# Doxyfile for Hatching — Stripe Patterns on Surfaces
PROJECT_NAME = "Hatching"
PROJECT_BRIEF = "Stripe patterns on surfaces for NPR hatching"
PROJECT_NUMBER = ""
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
# Input
INPUT = src web/src mainpage.dox
FILE_PATTERNS = *.h *.cpp
RECURSIVE = NO
EXCLUDE_PATTERNS = */tiny_obj_loader.h
# Extraction
EXTRACT_ALL = YES
EXTRACT_PRIVATE = NO
EXTRACT_STATIC = NO
# Source browsing
SOURCE_BROWSER = YES
INLINE_SOURCES = NO
STRIP_CODE_COMMENTS = NO
# Output formats
GENERATE_HTML = YES
GENERATE_LATEX = NO
HTML_OUTPUT = html
HTML_COLORSTYLE = LIGHT
# Graphs
HAVE_DOT = NO
# CLASS_DIAGRAMS removed (obsolete in Doxygen 1.16+)
COLLABORATION_GRAPH = NO
INCLUDE_GRAPH = NO
INCLUDED_BY_GRAPH = NO
# Preprocessing — resolve Eigen types
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = NO
# Warnings
WARN_IF_UNDOCUMENTED = NO
QUIET = YES