forked from rasmusbarr/nudge
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDoxyfile
More file actions
26 lines (22 loc) · 1013 Bytes
/
Doxyfile
File metadata and controls
26 lines (22 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Doxyfile 1.8.20
# Project related configuration options
PROJECT_NAME = "Nudge Physics"
PROJECT_BRIEF = "A single file, header-only 3D physics library"
#PROJECT_LOGO = "path/to/logo.png" # Optional: path to a logo image
OUTPUT_DIRECTORY = doc # Output directory for generated documentation
INPUT = nudge.h # Adjusted path to source files
FILE_PATTERNS = *.h
RECURSIVE = NO
EXTRACT_ALL = YES
SORT_MEMBER_DOCS = NO
GENERATE_HTML = YES
GENERATE_LATEX = NO # if active creates a .tex file instead of the html doc (needs LaTeX, and pdflatex too if we need to convert it to .pdf)
#LATEX_OUTPUT = latex # optional name of the output .tex directory
HTML_HEADER =
HTML_FOOTER =
HTML_EXTRA_FILES =
# Doxygen options
GENERATE_TREEVIEW = YES
QUIET = NO
WARN_IF_UNDOCUMENTED = YES
HAVE_DOT = NO # no graphs (otherwise it needs graphvix installed)