forked from Metabolix/PutkaRTS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
33 lines (25 loc) · 848 Bytes
/
Doxyfile
File metadata and controls
33 lines (25 loc) · 848 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
25
26
27
28
29
30
31
32
33
# Doxyfile 1.7.3
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = PutkaRTS
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER =
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
INPUT = src
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.cpp *.hpp
RECURSIVE = YES
EXCLUDE = src/util/SIUnit.hpp
SORT_BY_SCOPE_NAME = YES
SOURCE_BROWSER = YES
INLINE_SOURCES = NO
STRIP_CODE_COMMENTS = NO
GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
HTML_DYNAMIC_SECTIONS = YES
GENERATE_LATEX = NO