-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDoxyfile
More file actions
26 lines (25 loc) · 904 Bytes
/
Doxyfile
File metadata and controls
26 lines (25 loc) · 904 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
# Doxyfile for php-session-serializer
#
# See <http://www.stack.nl/~dimitri/doxygen/manual/config.html>
# for help on how to use this file to configure Doxygen.
PROJECT_NAME = "php-session-serializer"
PROJECT_BRIEF = "Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION"
OUTPUT_DIRECTORY = doc
JAVADOC_AUTOBRIEF = YES
QT_AUTOBRIEF = YES
WARN_NO_PARAMDOC = YES
INPUT = README.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