Update conf.py

This commit is contained in:
johltn
2020-10-31 15:03:30 +01:00
parent d1f8832af6
commit 1d51d6cac0
+1 -1
View File
@@ -28,7 +28,7 @@ exhale_args = {
# TIP: if using the sphinx-bootstrap-theme, you need
# "treeViewIsBootstrap": True,
"exhaleExecutesDoxygen": True,
"exhaleDoxygenStdin": "INPUT = ../src/serializers ../src/ifcconvert"
"exhaleDoxygenStdin": "INPUT = ../src/serializers/*.h ../src/ifcconvert/*.h"
}
# html_theme = 'sphinx_rtd_theme'