mirror of https://github.com/swig/swig
Fix minor typos in manual
This commit is contained in:
parent
9529338ea8
commit
7d4e1cd629
|
@ -92,7 +92,7 @@ $ swig -javascript -jsc example.i</pre>
|
|||
$ swig -c++ -javascript -jsc example.i</pre>
|
||||
</div>
|
||||
<p>The V8 code that SWIG generates requires at least V8 5.0. Keep in mind
|
||||
that this is theV8 version, not Node.js. To give some perspective, Node.js v6.0
|
||||
that this is the V8 version, not Node.js. To give some perspective, Node.js v6.0
|
||||
uses V8 5.0, v12.0 - 7.4, v14.0 - 8.1...</p>
|
||||
<p>The Node-API code that SWIG generates requires Node-API version 6.
|
||||
This Node-API is available starting from Node.js v10.20 on the v10.x branch,
|
||||
|
|
|
@ -1858,7 +1858,7 @@ In order to use <tt>boost::shared_ptr</tt>, the <tt>boost_shared_ptr.i</tt> libr
|
|||
|
||||
<p>
|
||||
You can only use one of these variants of shared_ptr in your interface file at a time.
|
||||
and all three variants must be used in conjunction with the <tt>%shared_ptr(T)</tt> macro,
|
||||
All three variants must be used in conjunction with the <tt>%shared_ptr(T)</tt> macro,
|
||||
where <tt>T</tt> is the underlying pointer type equating to usage <tt>shared_ptr<T></tt>.
|
||||
The type <tt>T</tt> must be non-primitive.
|
||||
A simple example demonstrates usage:
|
||||
|
|
Loading…
Reference in New Issue