From f7abbef18eb8125cca435531861339e85974f0a5 Mon Sep 17 00:00:00 2001 From: Moritz Schmidt Date: Fri, 7 Jul 2023 09:59:26 +0200 Subject: [PATCH] Add autodoc feature for Python SWIG bindings. Closes #361 --- Core/ClientSMLSWIG/Python/Python_sml_ClientInterface.i | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/ClientSMLSWIG/Python/Python_sml_ClientInterface.i b/Core/ClientSMLSWIG/Python/Python_sml_ClientInterface.i index 4b5b2243c5..b01fa34561 100644 --- a/Core/ClientSMLSWIG/Python/Python_sml_ClientInterface.i +++ b/Core/ClientSMLSWIG/Python/Python_sml_ClientInterface.i @@ -6,6 +6,7 @@ %} %module Python_sml_ClientInterface +%feature("autodoc","3"); // handle windows calling convention, __declspec(dllimport), correctly %include