-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
36 lines (35 loc) · 1.68 KB
/
Doxyfile
File metadata and controls
36 lines (35 loc) · 1.68 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
# Doxyfile 1.9.1
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "fq-compressor"
PROJECT_BRIEF = "High-performance FASTQ compressor with random access support"
OUTPUT_DIRECTORY = docs/api
CREATE_SUBDIRS = YES
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
#---------------------------------------------------------------------------
# Input files related configuration options
#---------------------------------------------------------------------------
INPUT = src include README.md
RECURSIVE = YES
#---------------------------------------------------------------------------
# Graphviz-related options
#---------------------------------------------------------------------------
HAVE_DOT = YES
DOT_GRAPH_MAX_NODES = 100
UML_LOOK = YES
UML_LIMIT_NUM_FIELDS = 10
#---------------------------------------------------------------------------
# HTML related configuration options
#---------------------------------------------------------------------------
GENERATE_HTML = YES
HTML_OUTPUT = html
#---------------------------------------------------------------------------
# LaTeX related configuration options
#---------------------------------------------------------------------------
GENERATE_LATEX = NO