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:
parent
a2aa59e362
commit
1d36caec1f
2 changed files with 29 additions and 1 deletions
13
Examples/test-suite/php4/namewarn_rename.i
Normal file
13
Examples/test-suite/php4/namewarn_rename.i
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
%module namewarn_rename
|
||||
|
||||
|
||||
%inline %{
|
||||
|
||||
void Empty() {};
|
||||
|
||||
|
||||
class stdClass
|
||||
{
|
||||
};
|
||||
|
||||
%}
|
||||
Loading…
Add table
Add a link
Reference in a new issue