Minor html fixes
This commit is contained in:
parent
870b0f1505
commit
4e67d5c7a8
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
|
|
@ -5,6 +6,7 @@
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
</HEAD>
|
</HEAD>
|
||||||
<BODY BGCOLOR="#ffffff">
|
<BODY BGCOLOR="#ffffff">
|
||||||
|
|
||||||
<H1><a name="Contents"></a>SWIG Users Manual</H1>
|
<H1><a name="Contents"></a>SWIG Users Manual</H1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -2482,6 +2482,7 @@ above:
|
||||||
<li><p>
|
<li><p>
|
||||||
Currently no resolution is performed in order to match function parameters. This means function parameter types must match exactly.
|
Currently no resolution is performed in order to match function parameters. This means function parameter types must match exactly.
|
||||||
For example, namespace qualifiers and typedefs will not work. The following usage of typedefs demonstrates this:
|
For example, namespace qualifiers and typedefs will not work. The following usage of typedefs demonstrates this:
|
||||||
|
</p>
|
||||||
|
|
||||||
<div class="code">
|
<div class="code">
|
||||||
<pre>
|
<pre>
|
||||||
|
|
@ -4678,6 +4679,7 @@ p = f.__deref__() # Raw pointer from operator->
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Another similar idiom in C++ is the use of reference counted objects. Consider for example:
|
Another similar idiom in C++ is the use of reference counted objects. Consider for example:
|
||||||
|
</p>
|
||||||
|
|
||||||
<div class="code">
|
<div class="code">
|
||||||
<pre>
|
<pre>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue