diff --git a/library/bindings/PolyVoxCore.i b/library/bindings/PolyVoxCore.i index 58a834f4..a07b9e1e 100644 --- a/library/bindings/PolyVoxCore.i +++ b/library/bindings/PolyVoxCore.i @@ -22,6 +22,8 @@ const char* __str__() { } %enddef +%feature("autodoc", "1"); + %include "stdint.i" %include "std_vector.i" %include "Vector.i"