summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-08-02 19:47:02 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-08-02 19:47:02 +0100
commit9c239819924bddfe299535e0662ce1fc470d7b13 (patch)
tree37c0229205abb2b06c2a5faf8e105b93d752283d
parent442ed8812b6da5ff6892c322524c669a290d5e89 (diff)
downloadswig-9c239819924bddfe299535e0662ce1fc470d7b13.tar.gz
HTML fix in docs
-rw-r--r--Doc/Manual/Typemaps.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Typemaps.html b/Doc/Manual/Typemaps.html
index ee7495674..51fadb095 100644
--- a/Doc/Manual/Typemaps.html
+++ b/Doc/Manual/Typemaps.html
@@ -2492,7 +2492,7 @@ which then expands to:
<div class="code">
<pre>
%typemap(cstype) unsigned int "uint"
-%typemap(cstype, out="uint") unsigned int& "uint"
+%typemap(cstype, out="uint") unsigned int&amp; "uint"
</pre>
</div>