# 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