Fixed last change

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4919 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2003-06-23 14:07:17 +00:00
commit f6134a79c9

3
TODO
View file

@ -116,7 +116,8 @@ defer ready to go. The primary obstacle lies in the target language
%typemap(in) ( int FIRST, double SECOND ) { ... }
-> $typemap(in, input=x) int FIRST = foo, double SECOND = bar;
-> $typemap(in, input=x)
( int FIRST = foo, double SECOND = bar );
The advantage of this syntax would be that the formal
arguments (int FIRST, double SECOND) are close to the