Minor html fixes

This commit is contained in:
William S Fulton 2015-12-29 07:55:30 +00:00
commit 4e67d5c7a8
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
@ -5,6 +6,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1><a name="Contents"></a>SWIG Users Manual</H1>
<p>

View file

@ -2482,6 +2482,7 @@ above:
<li><p>
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:
</p>
<div class="code">
<pre>
@ -4678,6 +4679,7 @@ p = f.__deref__() # Raw pointer from operator-&gt;
<p>
Another similar idiom in C++ is the use of reference counted objects. Consider for example:
</p>
<div class="code">
<pre>