@@ -58,7 +58,7 @@ PROJECT_LOGO =
58
58
# entered, it will be relative to the location where doxygen was started. If
59
59
# left blank the current directory will be used.
60
60
61
- OUTPUT_DIRECTORY = doc
61
+ OUTPUT_DIRECTORY = "$(DOXYGEN_OUTPUT_DIR)"
62
62
63
63
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
64
64
# directories (in 2 levels) under the output directory of each output format and
@@ -731,7 +731,7 @@ WARN_FORMAT = "$file:$line: $text"
731
731
# messages should be written. If left blank the output is written to standard
732
732
# error (stderr).
733
733
734
- WARN_LOGFILE = DoxyWarnings.txt
734
+ WARN_LOGFILE =
735
735
736
736
#---------------------------------------------------------------------------
737
737
# Configuration options related to the input files
@@ -795,7 +795,7 @@ EXCLUDE_SYMLINKS = NO
795
795
# Note that the wildcards are matched against the file with absolute path, so to
796
796
# exclude all test directories for example use the pattern */test/*
797
797
798
- EXCLUDE_PATTERNS =
798
+ EXCLUDE_PATTERNS = */include/internal/*
799
799
800
800
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
801
801
# (namespaces, classes, functions, etc.) that should be excluded from the
@@ -1790,18 +1790,6 @@ GENERATE_XML = NO
1790
1790
1791
1791
XML_OUTPUT = xml
1792
1792
1793
- # The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
1794
- # validating XML parser to check the syntax of the XML files.
1795
- # This tag requires that the tag GENERATE_XML is set to YES.
1796
-
1797
- XML_SCHEMA =
1798
-
1799
- # The XML_DTD tag can be used to specify a XML DTD, which can be used by a
1800
- # validating XML parser to check the syntax of the XML files.
1801
- # This tag requires that the tag GENERATE_XML is set to YES.
1802
-
1803
- XML_DTD =
1804
-
1805
1793
# If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1806
1794
# listings (including syntax highlighting and cross-referencing information) to
1807
1795
# the XML output. Note that enabling this will significantly increase the size
@@ -2050,7 +2038,7 @@ HIDE_UNDOC_RELATIONS = NO
2050
2038
# set to NO
2051
2039
# The default value is: NO.
2052
2040
2053
- HAVE_DOT = YES
2041
+ HAVE_DOT = NO
2054
2042
2055
2043
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2056
2044
# to run in parallel. When set to 0 doxygen will base this on the number of
0 commit comments