From 4e67d5c7a810048d9024a699a4d5d676f5a69b82 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 29 Dec 2015 07:55:30 +0000 Subject: [PATCH] Minor html fixes --- Doc/Manual/Contents.html | 2 ++ Doc/Manual/SWIGPlus.html | 2 ++ 2 files changed, 4 insertions(+) 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 @@ + @@ -5,6 +6,7 @@ +

SWIG Users Manual

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:

  • 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: +

    @@ -4678,6 +4679,7 @@ p = f.__deref__()       # Raw pointer from operator->
     
     

    Another similar idiom in C++ is the use of reference counted objects. Consider for example: +