Skip to content

Commit

Permalink
Merge pull request #362 from moschmdt/development
Browse files Browse the repository at this point in the history
Add autodoc feature for Python SWIG bindings. Closes #361
  • Loading branch information
scijones committed Jul 7, 2023
2 parents 64979ad + f7abbef commit 13b5834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/ClientSMLSWIG/Python/Python_sml_ClientInterface.i
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
%}

%module Python_sml_ClientInterface
%feature("autodoc","3");

// handle windows calling convention, __declspec(dllimport), correctly
%include <windows.i>
Expand Down

0 comments on commit 13b5834

Please sign in to comment.