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:
parent
a5ad097f5e
commit
f6134a79c9
1 changed files with 2 additions and 1 deletions
3
TODO
3
TODO
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue