-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
21 lines (20 loc) · 697 Bytes
/
Doxyfile
File metadata and controls
21 lines (20 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Doxyfile for MaxCompression API Documentation
PROJECT_NAME = "MaxCompression"
PROJECT_NUMBER = "2.1.2"
PROJECT_BRIEF = "High-performance lossless compression library"
OUTPUT_DIRECTORY = docs/api
INPUT = include/maxcomp/maxcomp.h lib/lz/lzrc.h
FILE_PATTERNS = *.h
RECURSIVE = NO
EXTRACT_ALL = YES
EXTRACT_STATIC = NO
GENERATE_HTML = YES
GENERATE_LATEX = NO
GENERATE_MAN = NO
HTML_OUTPUT = html
OPTIMIZE_OUTPUT_FOR_C = YES
TYPEDEF_HIDES_STRUCT = YES
SORT_MEMBER_DOCS = NO
SHOW_INCLUDE_FILES = NO
QUIET = YES
WARNINGS = YES