From bfccdeedc1754591c6eedd833fa4ce25987a5f6e Mon Sep 17 00:00:00 2001 From: gravel Date: Tue, 6 Feb 2024 11:00:11 +0000 Subject: [PATCH] docs: include all files as input --- Doxyfile.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile.sample b/Doxyfile.sample index ef892a1..a15189d 100644 --- a/Doxyfile.sample +++ b/Doxyfile.sample @@ -943,7 +943,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = php sites .phpenv.php languages +INPUT = . # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -1043,7 +1043,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = .test +EXCLUDE = .test .git .doxygen .vscode # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded