Fixed last change
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4919 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
29bc13b371
commit
6b9d7ac2e5
1 changed files with 2 additions and 1 deletions
|
|
@ -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