mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
docs: include doxygen-awesome theme
This commit is contained in:
committed by
Thomas Krijnen
parent
0fa1e2d585
commit
1fb107c361
+4
-1
@@ -10,4 +10,7 @@
|
|||||||
url = https://github.com/IfcOpenShell/svgfill
|
url = https://github.com/IfcOpenShell/svgfill
|
||||||
[submodule "src/ifcopenshell-python/test/Sample-BIM-Files"]
|
[submodule "src/ifcopenshell-python/test/Sample-BIM-Files"]
|
||||||
path = src/ifcopenshell-python/test/Sample-BIM-Files
|
path = src/ifcopenshell-python/test/Sample-BIM-Files
|
||||||
url = https://github.com/IfcOpenShell/ids-test-files
|
url = https://github.com/IfcOpenShell/ids-test-files
|
||||||
|
[submodule "docs/assets/doxygen-awesome-css"]
|
||||||
|
path = docs/assets/doxygen-awesome-css
|
||||||
|
url = https://github.com/jothepro/doxygen-awesome-css.git
|
||||||
|
|||||||
+5
-5
@@ -944,9 +944,9 @@ WARN_LOGFILE =
|
|||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = ../src/ifcgeom \
|
INPUT = ../src/ifcgeom \
|
||||||
../src/serializers \
|
|
||||||
../src/ifcgeom_schema_agnostic \
|
../src/ifcgeom_schema_agnostic \
|
||||||
../src/ifcparse
|
../src/ifcparse \
|
||||||
|
../src/serializers \
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# 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
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
@@ -1311,7 +1311,7 @@ HTML_STYLESHEET =
|
|||||||
# documentation.
|
# documentation.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
HTML_EXTRA_STYLESHEET =
|
HTML_EXTRA_STYLESHEET = assets/doxygen-awesome-css/doxygen-awesome.css
|
||||||
|
|
||||||
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
||||||
# other source files which should be copied to the HTML output directory. Note
|
# other source files which should be copied to the HTML output directory. Note
|
||||||
@@ -1334,7 +1334,7 @@ HTML_EXTRA_FILES =
|
|||||||
# The default value is: AUTO_LIGHT.
|
# The default value is: AUTO_LIGHT.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
HTML_COLORSTYLE = AUTO_LIGHT
|
HTML_COLORSTYLE = LIGHT # required by doxygen-awesome with Doxygen >= 1.9.5
|
||||||
|
|
||||||
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
|
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
|
||||||
# will adjust the colors in the style sheet and background images according to
|
# will adjust the colors in the style sheet and background images according to
|
||||||
@@ -2166,7 +2166,7 @@ MAN_LINKS = NO
|
|||||||
# captures the structure of the code including all documentation.
|
# captures the structure of the code including all documentation.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
GENERATE_XML = YES
|
GENERATE_XML = NO
|
||||||
|
|
||||||
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
|
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
|
||||||
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
||||||
|
|||||||
Reference in New Issue
Block a user