-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathDoxyfile.in
49 lines (36 loc) · 1.73 KB
/
Doxyfile.in
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
# Doxyfile 1.8.10
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = [open]aptx
PROJECT_BRIEF = "Reverse-engineered apt-X library"
PROJECT_NUMBER = @PROJECT_VERSION@
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
INPUT = @PROJECT_SOURCE_DIR@/include
STRIP_FROM_PATH = @PROJECT_SOURCE_DIR@/include
OPTIMIZE_OUTPUT_FOR_C = YES
INLINE_GROUPED_CLASSES = YES
INLINE_SIMPLE_STRUCTS = YES
TYPEDEF_HIDES_STRUCT = YES
SORT_MEMBER_DOCS = NO
HIDE_SCOPE_NAMES = YES
HIDE_COMPOUND_REFERENCE= YES
SHOW_USED_FILES = YES
SHOW_FILES = YES
SHOW_NAMESPACES = NO
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
#---------------------------------------------------------------------------
GENERATE_HTML = NO
#---------------------------------------------------------------------------
# Configuration options related to the LaTeX output
#---------------------------------------------------------------------------
GENERATE_LATEX = NO
#---------------------------------------------------------------------------
# Configuration options related to the man page output
#---------------------------------------------------------------------------
GENERATE_MAN = YES