Fix a few documentation typos
This commit is contained in:
parent
9a4dea06c8
commit
3bf1da4298
4 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ and the C/C++ part is not in any package at all. Historically SWIG has
|
|||
supported this sort of thing.
|
||||
From SWIG 4.0.0 onwards, split modules are not supported by default.
|
||||
The %module directive needs to be customised with the moduleimport attribute
|
||||
in order to import the a global C/C++ module.
|
||||
in order to import a global C/C++ module.
|
||||
|
||||
vanilla # "plane Jane" module both halves in pkg1
|
||||
vanilla_split # python 1/2 in pkg1 C 1/2 in global namespace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue