1PROJECT_NAME = Vector 2PROJECT_BRIEF = "Vector is a skin for MediaWiki. Vector has been the default skin on all Wikimedia wikis since 2010." 3 4OUTPUT_DIRECTORY = docs 5HTML_OUTPUT = php 6 7# Intepret the first line of a comment as a brief description? 8JAVADOC_AUTOBRIEF = YES 9QT_AUTOBRIEF = YES 10 11WARN_NO_PARAMDOC = YES 12 13INPUT = . 14EXCLUDE_PATTERNS = doc docs vendor node_modules tests 15FILE_PATTERNS = *.php 16 17# Search through subdirectories for input files? 18RECURSIVE = YES 19 20# NOTE: USE_MDFILE_AS_MAINPAGE requires that the specified file is included as an input file. 21USE_MDFILE_AS_MAINPAGE = ./README.md 22INPUT += ./README.md 23 24HTML_DYNAMIC_SECTIONS = YES 25GENERATE_TREEVIEW = YES 26TREEVIEW_WIDTH = 250 27 28GENERATE_LATEX = NO 29 30HAVE_DOT = YES 31DOT_FONTNAME = Helvetica 32DOT_FONTSIZE = 12 33TEMPLATE_RELATIONS = YES 34 35# Makes dot run faster. Requires graphviz >1.8.10 36DOT_MULTI_TARGETS = YES 37