-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
93 lines (57 loc) · 1.4 KB
/
Doxyfile
File metadata and controls
93 lines (57 loc) · 1.4 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
######
##
## Doxyfile
##
## Settings for Doxygen
##
######
#### Project Settings
## project name
PROJECT_NAME = "beuster{se} CMS"
## output directory
OUTPUT_DIRECTORY = documentation
## sub directories for better peformance
CREATE_SUBDIRS = YES
JAVADOC_AUTOBRIEF = YES
#### Input Settings
## scan recursive
RECURSIVE = YES
## excluding some files
EXCLUDE_PATTERNS = */.git/*
EXCLUDE_PATTERNS += */.gitignore
EXCLUDE_PATTERNS += */.htaccess
EXCLUDE_PATTERNS += */.htpasswd
EXCLUDE_PATTERNS += */Robots.txt
EXCLUDE_PATTERNS += */google*.html
EXCLUDE_PATTERNS += */rss.xml
EXCLUDE_PATTERNS += */documentation/*
EXCLUDE_PATTERNS += */user/*
EXCLUDE_PATTERNS += */files/*
EXCLUDE_PATTERNS += */images/blog/*
EXCLUDE_PATTERNS += */images/foren/*
EXCLUDE_PATTERNS += */images/mods/*
EXCLUDE_PATTERNS += */images/port/*
EXCLUDE_PATTERNS += */images/tmp/*
EXCLUDE_PATTERNS += */index*.html
#### Source Browsing
## enabling
SOURCE_BROWSER = YES
## still want comments in the browser
STRIP_CODE_COMMENTS = NO
REFERENCES_RELATION = YES
#### Build Settings
## we want private members
EXTRACT_PRIVATE = YES
## we want static members
EXTRACT_STATIC = YES
## todo list is wanted
GENERATE_TODOLIST = YES
#### HTML Output Settings
## tree vie on the left is wanted
GENERATE_TREEVIEW = YES
#### LaTeX Output Settings
## no tex needed
GENERATE_LATEX = NO
#### Graph Settings
HAVE_DOT = YES
COLLABORATION_GRAPH = NO