diff --git a/docs/conf.py b/docs/conf.py index 47d0372234..35de40ed9d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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'