From 1d51d6cac0207e9049c742701af0b12f62b64d20 Mon Sep 17 00:00:00 2001 From: johltn Date: Sat, 31 Oct 2020 15:03:30 +0100 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'