Create docstrings for generated python code.

This commit is contained in:
civilx64
2017-10-30 00:10:33 -04:00
committed by Thomas Krijnen
parent b7ce547a0c
commit b6b41e920f
+3
View File
@@ -86,6 +86,9 @@
#include <BRepTools_ShapeSet.hxx>
%}
// Create docstrings for generated python code.
%feature("autodoc", "1");
%include "utils/type_conversion.i"
%include "utils/typemaps_in.i"