2021-08-12 16:10:23 +00:00
|
|
|
# Doxyfile <https://www.doxygen.nl/manual/config.html>
|
|
|
|
|
2020-02-24 14:27:08 +00:00
|
|
|
PROJECT_NAME = Popups
|
|
|
|
PROJECT_BRIEF = "Displays page/reference previews when hovering over a link to an article/reference."
|
|
|
|
|
|
|
|
OUTPUT_DIRECTORY = docs
|
|
|
|
HTML_OUTPUT = php
|
|
|
|
|
|
|
|
# Intepret the first line of a comment as a brief description?
|
|
|
|
JAVADOC_AUTOBRIEF = YES
|
|
|
|
QT_AUTOBRIEF = YES
|
|
|
|
|
|
|
|
WARN_NO_PARAMDOC = YES
|
2021-08-12 16:10:23 +00:00
|
|
|
QUIET = YES
|
2020-02-24 14:27:08 +00:00
|
|
|
|
2021-08-12 16:10:23 +00:00
|
|
|
INPUT = README.md CODE_OF_CONDUCT.md .
|
2020-02-24 14:27:08 +00:00
|
|
|
EXCLUDE_PATTERNS = doc docs vendor node_modules tests
|
|
|
|
FILE_PATTERNS = *.php
|
|
|
|
|
|
|
|
# Search through subdirectories for input files?
|
|
|
|
RECURSIVE = YES
|
|
|
|
|
|
|
|
# NOTE: USE_MDFILE_AS_MAINPAGE requires that the specified file is included as an input file.
|
2021-08-12 16:10:23 +00:00
|
|
|
USE_MDFILE_AS_MAINPAGE = README.md
|
2020-02-24 14:27:08 +00:00
|
|
|
|
|
|
|
HTML_DYNAMIC_SECTIONS = YES
|
|
|
|
GENERATE_TREEVIEW = YES
|
|
|
|
TREEVIEW_WIDTH = 250
|
|
|
|
GENERATE_LATEX = NO
|