Fix a few typos in comments and docs
This commit is contained in:
parent
2d0dc707e6
commit
c6e4dea572
8 changed files with 16 additions and 16 deletions
|
|
@ -1381,13 +1381,13 @@ int SwigType_type(const SwigType *t) {
|
|||
*
|
||||
* 2.- swig doesn't mark 'type' as non-assignable.
|
||||
*
|
||||
* 3.- the user specify that the value wrapper is not needed by using
|
||||
* the %feature("novaluewrapper"), in that case the user need to type
|
||||
* 3.- the user specifies that the value wrapper is not needed by using
|
||||
* %feature("novaluewrapper") like so:
|
||||
*
|
||||
* %feature("novaluewrapper") MyOpaqueClass;
|
||||
* class MyOpaqueClass;
|
||||
*
|
||||
* Users can also force the use of the value wrapper by using the
|
||||
* The user can also force the use of the value wrapper with
|
||||
* %feature("valuewrapper").
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue