Fix comment and documentation typos
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10446 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d9c058a0fe
commit
20954f9bdc
2 changed files with 5 additions and 5 deletions
|
|
@ -52,7 +52,7 @@ std_wstring.i wstring
|
|||
|
||||
/* -----------------------------------------------------------------------------
|
||||
/*
|
||||
* Implementation files: don't look at them unless you are realy drunk
|
||||
* Implementation files: don't look at them unless you are really drunk
|
||||
*
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
|
|
@ -73,7 +73,7 @@ pyinit.swg Python Init method
|
|||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
pyruntime.swg Main runtime file definition
|
||||
pyapi.swg SWIG/Pyton API declarations
|
||||
pyapi.swg SWIG/Python API declarations
|
||||
pyrun.swg Python run-time code
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
|
|
@ -92,7 +92,7 @@ pydocs.swg Typemaps documentation
|
|||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
pycontainer.swg python container iterators
|
||||
std_common.i general common code for the STD/STL implementation
|
||||
std_common.i general common code for the STD/STL implementation
|
||||
std_container.i general common code for the STD/STL containers
|
||||
|
||||
|
||||
|
|
@ -101,5 +101,5 @@ std_container.i general common code for the STD/STL containers
|
|||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
std_vectora.i vector + allocator (allocators are now supported in STD/STL)
|
||||
typemaps.i old in/out typemaps (doen't need to be included)
|
||||
typemaps.i old in/out typemaps (doesn't need to be included)
|
||||
defarg.swg for processing default arguments with shadow classes
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@
|
|||
%insert(runtime) "pyhead.swg"; /* Python includes and fixes */
|
||||
%insert(runtime) "pyerrors.swg"; /* Python errors */
|
||||
%insert(runtime) "pythreads.swg"; /* Python thread code */
|
||||
%insert(runtime) "pyapi.swg"; /* Pyton API */
|
||||
%insert(runtime) "pyapi.swg"; /* Python API */
|
||||
%insert(runtime) "pyrun.swg"; /* Python run-time code */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue