-
Notifications
You must be signed in to change notification settings - Fork 4
/
Doxyfile
37 lines (32 loc) · 1.31 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
PROJECT_NAME = "ihct"
PROJECT_BRIEF = "(I Hate C Testing)"
OUTPUT_DIRECTORY = docs/
OUTPUT_LANGUAGE = English
INPUT = README.md src/
USE_MDFILE_AS_MAINPAGE = README.md
OPTIMIZE_OUTPUT_FOR_C = YES
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
FILE_PATTERNS = *.h *.c
MAX_INITIALIZER_LINES = 0
RECURSIVE = NO
FULL_PATH_NAMES = YES
HIDE_UNDOC_MEMBERS = YES
GENERATE_LATEX = NO
CLASS_DIAGRAMS = NO
EXAMPLE_PATH = examples/
GENERATE_TREEVIEW = YES
# apply 'that style'.
HTML_HEADER = that_style/header.html
HTML_EXTRA_STYLESHEET = that_style/that_style.css
HTML_EXTRA_FILES = that_style/img/nav_edge_left.svg \
that_style/img/nav_edge_right.svg \
that_style/img/nav_edge_inter.svg \
that_style/img/sync_off.png \
that_style/img/sync_on.png \
that_style/img/splitbar_handle.svg \
that_style/img/doc.svg \
that_style/img/mag_glass.svg \
that_style/img/folderclosed.svg \
that_style/img/folderopen.svg \
that_style/js/striped_bg.js