Skip to content

Commit

Permalink
HTML fix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Aug 2, 2015
1 parent 442ed88 commit 9c23981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/Manual/Typemaps.html
Expand Up @@ -2492,7 +2492,7 @@ <H3><a name="Typemaps_special_variables_and_macros"></a>11.4.6 Special variables
<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>

Expand Down

0 comments on commit 9c23981

Please sign in to comment.