add more docs and example for new rename

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8180 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-02 09:54:27 +00:00
commit 1d36caec1f
2 changed files with 29 additions and 1 deletions

View file

@ -0,0 +1,13 @@
%module namewarn_rename
%inline %{
void Empty() {};
class stdClass
{
};
%}