-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathDoxyfile
65 lines (49 loc) · 2.37 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
59
60
61
62
63
64
65
# Doxyfile 1.9.1
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "Translate extension for MediaWiki"
OUTPUT_DIRECTORY = docs
JAVADOC_AUTOBRIEF = YES
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
HIDE_IN_BODY_DOCS = YES
#---------------------------------------------------------------------------
# Configuration options related to warning and progress messages
#---------------------------------------------------------------------------
QUIET = YES
WARN_IF_UNDOCUMENTED = NO
#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = README ./
FILE_PATTERNS = *.php
RECURSIVE = YES
EXCLUDE_PATTERNS = */vendor/*
EXCLUDE_PATTERNS += */docs/*
EXCLUDE_PATTERNS += */node_modules/*
EXCLUDE_PATTERNS += */tests/*
#---------------------------------------------------------------------------
# Configuration options related to source browsing
#---------------------------------------------------------------------------
SOURCE_BROWSER = YES
SOURCE_TOOLTIPS = YES
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
#---------------------------------------------------------------------------
GENERATE_HTML = YES
HTML_OUTPUT = php
DISABLE_INDEX = YES
GENERATE_TREEVIEW = YES
#---------------------------------------------------------------------------
# Configuration options related to the LaTeX output
#---------------------------------------------------------------------------
GENERATE_LATEX = NO
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
CALL_GRAPH = YES
DOT_MULTI_TARGETS = YES