HTML fix in docs

This commit is contained in:
William S Fulton 2015-08-02 19:47:02 +01:00
commit 9c23981992

View file

@ -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>