diff --git a/src/ifcwrap/IfcPython.i b/src/ifcwrap/IfcPython.i index 05d6de2682..8eab101db1 100644 --- a/src/ifcwrap/IfcPython.i +++ b/src/ifcwrap/IfcPython.i @@ -86,6 +86,9 @@ #include %} +// Create docstrings for generated python code. +%feature("autodoc", "1"); + %include "utils/type_conversion.i" %include "utils/typemaps_in.i"