Fix intgosize arg documentation
it was misnamed, and brackets were shown as plaintext lt; gt; Closes #163
This commit is contained in:
parent
3aacde4f5f
commit
970eed9a0b
1 changed files with 2 additions and 2 deletions
|
|
@ -94,9 +94,9 @@ swig -go -help
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>-intgo-type-size %lt;s%gt;</td>
|
||||
<td>-intgosize <s></td>
|
||||
<td>Set the size for the Go type <tt>int</tt>. This controls the size
|
||||
that the C/C++ code expects to see. The %lt;s%gt; argument should
|
||||
that the C/C++ code expects to see. The <s> argument should
|
||||
be 32 or 64. This option is currently required during the
|
||||
transition from Go 1.0 to Go 1.1, as the size of <tt>int</tt> on
|
||||
64-bit x86 systems changes between those releases (from 32 bits to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue