@@ -58,7 +58,7 @@ PROJECT_LOGO =
5858# entered, it will be relative to the location where doxygen was started. If
5959# left blank the current directory will be used.
6060
61- OUTPUT_DIRECTORY =
61+ OUTPUT_DIRECTORY = build/doxygen
6262
6363# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464# directories (in 2 levels) under the output directory of each output format and
@@ -790,7 +790,7 @@ WARN_LOGFILE =
790790# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
791791# Note: If this tag is empty the current directory is searched.
792792
793- INPUT =
793+ INPUT = src README.md CONTRIBUTING.md CHANGELOG.md doc/README.md
794794
795795# This tag can be used to specify the character encoding of the source files
796796# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -864,7 +864,7 @@ FILE_PATTERNS = *.c \
864864# be searched for input files as well.
865865# The default value is: NO.
866866
867- RECURSIVE = NO
867+ RECURSIVE = YES
868868
869869# The EXCLUDE tag can be used to specify files and/or directories that should be
870870# excluded from the INPUT source files. This way you can easily exclude a
@@ -873,7 +873,7 @@ RECURSIVE = NO
873873# Note that relative paths are relative to the directory from which doxygen is
874874# run.
875875
876- EXCLUDE =
876+ EXCLUDE = src/gui/build-SBET-Decoder-Desktop-Debug
877877
878878# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
879879# directories that are symbolic links (a Unix file system feature) are excluded
@@ -889,7 +889,7 @@ EXCLUDE_SYMLINKS = NO
889889# Note that the wildcards are matched against the file with absolute path, so to
890890# exclude all test directories for example use the pattern */test/*
891891
892- EXCLUDE_PATTERNS =
892+ EXCLUDE_PATTERNS = */build-*/* *.pro.user
893893
894894# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
895895# (namespaces, classes, functions, etc.) that should be excluded from the
0 commit comments