-
Notifications
You must be signed in to change notification settings - Fork 54
/
Doxyfile
28 lines (28 loc) · 979 Bytes
/
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
# Doxyfile for Parsoid
#
# See <http://www.doxygen.nl/manual/config.html>
# for help on how to use this file to configure Doxygen.
PROJECT_NAME = "Parsoid"
PROJECT_BRIEF = "A bidirectional parser between wikitext and HTML5"
OUTPUT_DIRECTORY = doc
JAVADOC_AUTOBRIEF = YES
QT_AUTOBRIEF = YES
WARN_NO_PARAMDOC = YES
INPUT = README.md CODE_OF_CONDUCT.md src/ docs/
FILE_PATTERNS = *.php *.md
MARKDOWN_SUPPORT = YES
RECURSIVE = YES
USE_MDFILE_AS_MAINPAGE = README.md
# FILTER_PATTERNS = *md=build/doxygen_escape.sh
HTML_DYNAMIC_SECTIONS = YES
GENERATE_TREEVIEW = YES
TREEVIEW_WIDTH = 250
GENERATE_LATEX = NO
HAVE_DOT = YES
DOT_FONTNAME = Helvetica
DOT_FONTSIZE = 10
TEMPLATE_RELATIONS = YES
CALL_GRAPH = NO
CALLER_GRAPH = NO
DOT_MULTI_TARGETS = YES
ALIASES = "inheritDoc=\inheritdoc"