forked from Surachai-kent/css-sanitizer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDoxyfile
More file actions
27 lines (26 loc) · 874 Bytes
/
Doxyfile
File metadata and controls
27 lines (26 loc) · 874 Bytes
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
# Doxyfile for css-sanitizer
#
# See <http://www.stack.nl/~dimitri/doxygen/manual/config.html>
# for help on how to use this file to configure Doxygen.
PROJECT_NAME = "css-sanitizer"
PROJECT_BRIEF = "Classes to parse and sanitize CSS"
OUTPUT_DIRECTORY = doc
JAVADOC_AUTOBRIEF = YES
QT_AUTOBRIEF = YES
WARN_NO_PARAMDOC = YES
INPUT = README.md errors.md src/
FILE_PATTERNS = *.php
RECURSIVE = YES
USE_MDFILE_AS_MAINPAGE = README.md
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 += license="\par License:\n"