Improvements to ruby's autodocumentation.

GC.start was failing when ruby was run without verbose warnings.  Fixed.



git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9752 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Gonzalo Garramuno 2007-05-02 19:39:53 +00:00
commit 75f1af27a5
3 changed files with 37 additions and 36 deletions

View file

@ -1,4 +1,5 @@
%module li_std_stream
%feature("autodoc","4");
%inline %{
struct A;