From fe15309b77cb948530d85d28c092c8642301f357 Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 24 Jul 2021 23:47:54 +0200 Subject: [PATCH] Update Doxyfile --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index b053ea9..ad3b682 100644 --- a/Doxyfile +++ b/Doxyfile @@ -855,7 +855,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = include doc/md +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 @@ -884,7 +884,7 @@ INPUT_ENCODING = UTF-8 # *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd, *.vhdl, # *.ucf, *.qsf and *.ice. -FILE_PATTERNS = *.hpp *.md +FILE_PATTERNS = *.hpp *.h *.cpp # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well.