some html fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10484 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f06222b993
commit
bfb5a0989b
1 changed files with 3 additions and 3 deletions
|
|
@ -2633,7 +2633,7 @@ This typemap supports an optional attribute flag called "optimal", which is for
|
|||
temporary variables and the amount of generated code.
|
||||
It only really makes a difference when returning objects by value and it cannot always be used,
|
||||
as explained later on.
|
||||
<p>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
When a function returns an object by value, SWIG generates code that instantiates the default
|
||||
|
|
@ -2651,7 +2651,7 @@ Consider running the following code through SWIG:
|
|||
%}
|
||||
|
||||
%inline %{
|
||||
#include <iostream>
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
struct XX {
|
||||
|
|
@ -2792,7 +2792,7 @@ try {
|
|||
|
||||
<p>
|
||||
It should be clear that the above code cannot be used as the argument to the copy constructor call, ie for the <tt>$1</tt> substitution.
|
||||
<p>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Secondly, if the typemaps uses <tt>$1</tt> more than once, then multiple calls to the wrapped function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue