-
Notifications
You must be signed in to change notification settings - Fork 42
/
Doxyfile
28 lines (27 loc) · 993 Bytes
/
Doxyfile
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
# Doxyfile 1.9.1
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "nanoem"
OUTPUT_LANGUAGE = English
ABBREVIATE_BRIEF = "The $name class" \
"The $name widget" \
"The $name file" \
is \
provides \
specifies \
contains \
represents \
a \
an \
the
EXTRACT_ALL = NO
INPUT = nanoem/nanoem.h \
nanoem/ext/converter.h \
nanoem/ext/document.h \
nanoem/ext/motion.h \
nanoem/ext/mutable.h \
nanoem/ext/physics.h \
emapp/include/emapp/sdk
FILE_PATTERNS = *.h
RECURSIVE = YES
GENERATE_LATEX = NO
MACRO_EXPANSION = YES