From b6b41e920fd28fb86ed60bc6aa98ca7a593706cd Mon Sep 17 00:00:00 2001 From: civilx64 <26513472+civilx64@users.noreply.github.com> Date: Mon, 30 Oct 2017 00:10:33 -0400 Subject: [PATCH] Create docstrings for generated python code. --- src/ifcwrap/IfcPython.i | 3 +++ 1 file changed, 3 insertions(+) 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"