summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-29 07:55:30 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-30 22:22:33 +0000
commit4e67d5c7a810048d9024a699a4d5d676f5a69b82 (patch)
tree2a1578f6b4be9f45c4674e8159a32b634b607e6c
parent870b0f15056d663e3a4ef3736cac0358d4b4cf39 (diff)
downloadswig-4e67d5c7a810048d9024a699a4d5d676f5a69b82.tar.gz
Minor html fixes
-rw-r--r--Doc/Manual/Contents.html2
-rw-r--r--Doc/Manual/SWIGPlus.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html
index 316f8f249..55d16ee1a 100644
--- a/Doc/Manual/Contents.html
+++ b/Doc/Manual/Contents.html
@@ -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>
diff --git a/Doc/Manual/SWIGPlus.html b/Doc/Manual/SWIGPlus.html
index 07048320b..82f720b21 100644
--- a/Doc/Manual/SWIGPlus.html
+++ b/Doc/Manual/SWIGPlus.html
@@ -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>