@@ -944,9 +944,9 @@ WARN_LOGFILE =
944944# Note: If this tag is empty the current directory is searched.
945945
946946INPUT = ../src/ifcgeom \
947- ../src/serializers \
948947 ../src/ifcgeom_schema_agnostic \
949- ../src/ifcparse
948+ ../src/ifcparse \
949+ ../src/serializers \
950950
951951# This tag can be used to specify the character encoding of the source files
952952# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1311,7 +1311,7 @@ HTML_STYLESHEET =
13111311# documentation.
13121312# This tag requires that the tag GENERATE_HTML is set to YES.
13131313
1314- HTML_EXTRA_STYLESHEET =
1314+ HTML_EXTRA_STYLESHEET = assets/doxygen-awesome-css/doxygen-awesome.css
13151315
13161316# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
13171317# other source files which should be copied to the HTML output directory. Note
@@ -1334,7 +1334,7 @@ HTML_EXTRA_FILES =
13341334# The default value is: AUTO_LIGHT.
13351335# This tag requires that the tag GENERATE_HTML is set to YES.
13361336
1337- HTML_COLORSTYLE = AUTO_LIGHT
1337+ HTML_COLORSTYLE = LIGHT # required by doxygen-awesome with Doxygen >= 1.9.5
13381338
13391339# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
13401340# will adjust the colors in the style sheet and background images according to
@@ -2166,7 +2166,7 @@ MAN_LINKS = NO
21662166# captures the structure of the code including all documentation.
21672167# The default value is: NO.
21682168
2169- GENERATE_XML = YES
2169+ GENERATE_XML = NO
21702170
21712171# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
21722172# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
0 commit comments