Correct some whitespace changes
This commit is contained in:
parent
9a6f82ab31
commit
5b49ad3485
4 changed files with 12 additions and 12 deletions
|
|
@ -750,7 +750,7 @@ form of type-checking however).</p>
|
|||
<p>
|
||||
For enumerations, it is critical that the original enum definition be
|
||||
included somewhere in the interface file (either in a header file or
|
||||
in the <tt>%{, %}</tt> block). SWIG only translates the enumeration
|
||||
in the <tt>%{ %}</tt> block). SWIG only translates the enumeration
|
||||
into code needed to add the constants to a scripting language. It
|
||||
needs the original enumeration declaration in order to get the correct
|
||||
enum values as assigned by the C compiler.
|
||||
|
|
@ -3442,7 +3442,7 @@ header files.
|
|||
<p>
|
||||
Sometimes, it is necessary to use certain header files in order for
|
||||
the code generated by SWIG to compile properly. Make sure you
|
||||
include certain header files by using a <tt>%{, %}</tt> block like this:
|
||||
include certain header files by using a <tt>%{ %}</tt> block like this:
|
||||
</p>
|
||||
|
||||
<div class="code"><pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue