From 4020e9a1ce2fadac117a396f742172916e6aaa07 Mon Sep 17 00:00:00 2001 From: johltn Date: Sat, 31 Oct 2020 15:20:35 +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 35de40ed9d..51ecb49f51 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/*.h ../src/ifcconvert/*.h" + "exhaleDoxygenStdin": "INPUT = ../src/serializers/" } # html_theme = 'sphinx_rtd_theme'