Page MenuHomeWickedGov Phorge

Doxyfile
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

Doxyfile

# 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

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 16:26 (11 h, 56 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
68/a7/f45b4b863134723326bfc26dc811
Default Alt Text
Doxyfile (2 KB)

Event Timeline