From 23145f12e1afd981f1dcad0cb0f165e3aea4c8f9 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 10 Jul 2012 11:24:31 +0100 Subject: [PATCH] Use SWIG's autodoc command for simple docstrings with type information --- library/bindings/PolyVoxCore.i | 2 ++ 1 file changed, 2 insertions(+) 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"