forked from estraier/tkrzw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Doxyfile
58 lines (50 loc) · 1.77 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Doxygen configuration for Tkrzw
# General configuration options
PROJECT_NAME = "Tkrzw"
OUTPUT_LANGUAGE = English
EXTRACT_ALL = NO
EXTRACT_PRIVATE = NO
EXTRACT_STATIC = NO
REPEAT_BRIEF = YES
ALWAYS_DETAILED_SEC = YES
SHOW_INCLUDE_FILES = YES
VERBATIM_HEADERS = NO
JAVADOC_AUTOBRIEF = YES
SORT_MEMBER_DOCS = NO
INLINE_INFO = NO
OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_JAVA = NO
SHOW_USED_FILES = NO
QUIET = YES
WARNINGS = YES
SEARCHENGINE = NO
# Configuration options related to the input files
INPUT = .
FILE_PATTERNS = doxy-overview.h tkrzw_lib_common.h tkrzw_str_util.h tkrzw_hash_util.h tkrzw_cmd_util.h tkrzw_thread_util.h tkrzw_compress.h tkrzw_containers.h tkrzw_key_comparators.h tkrzw_file_util.h tkrzw_file.h tkrzw_file_std.h tkrzw_file_mmap.h tkrzw_file_pos.h tkrzw_file_poly.h tkrzw_dbm.h tkrzw_dbm_common_impl.h tkrzw_dbm_hash_impl.h tkrzw_dbm_hash.h tkrzw_dbm_tree_impl.h tkrzw_dbm_tree.h tkrzw_dbm_skip_impl.h tkrzw_dbm_skip.h tkrzw_dbm_tiny.h tkrzw_dbm_baby.h tkrzw_dbm_cache.h tkrzw_dbm_std.h tkrzw_dbm_poly.h tkrzw_dbm_shard.h tkrzw_dbm_async.h tkrzw_index.h tkrzw_langc.h
RECURSIVE = NO
# Configuration options related to the alphabetical index
ALPHABETICAL_INDEX = YES
COLS_IN_ALPHA_INDEX = 3
# Configuration options related to the HTML output
GENERATE_HTML = YES
HTML_OUTPUT = api-doc
HTML_FILE_EXTENSION = .html
GENERATE_TREEVIEW = NO
TREEVIEW_WIDTH = 250
# Configuration options related to the LaTeX output
GENERATE_LATEX = NO
LATEX_OUTPUT = latex
# Configuration options related to the man page output
GENERATE_MAN = NO
MAN_OUTPUT = .
MAN_EXTENSION = .3
# Configuration options related to the dot tool
HAVE_DOT = NO
CLASS_GRAPH = NO
COLLABORATION_GRAPH = NO
INCLUDE_GRAPH = NO
INCLUDED_BY_GRAPH = NO
GRAPHICAL_HIERARCHY = YES
GENERATE_LEGEND = NO
DOT_CLEANUP = YES
# END OF FILE