swig/Source
luz paz c8bec18554 Fix various typos
Found via `codespell -q 3 -L ans,anumber,ba,bae,chello,clos,cmo,coo,dout,fo,funktion,goin,inout,methid,nd,nin,nnumber,object,objekt,od,ois,packag,parm,parms,pres,statics,strack,struc,tempdate,te,thru,uint,upto,writen`
2022-04-11 07:59:36 +12:00
..
CParse Fix various typos 2022-04-11 07:59:36 +12:00
DOH Fix previous commit 2022-03-20 19:44:23 +13:00
Doxygen Recognise and ignore Doxygen group commands @{ and @} 2022-04-07 12:05:54 +12:00
Include Improve typemap method and attribute checking 2022-03-03 18:46:15 +13:00
Modules Fix various typos 2022-04-11 07:59:36 +12:00
Preprocessor Fix previous commit 2022-03-20 19:44:23 +13:00
Swig Fixes for ISO C89 2022-03-28 19:25:11 +01:00
Makefile.am Remove -browse command line option 2022-04-03 08:56:07 +12:00
README Remove details of long-removed directories 2021-05-16 08:42:39 +12:00

SWIG Source directory

 Source/DOH          -  A core set of basic datatypes including
                        strings, lists, hashes, and files.  Used
                        extensively by the rest of SWIG.

 Source/Swig         -  Swig core. Type-system, utility functions.

 Source/Preprocessor -  SWIG C Preprocessor

 Source/CParse       -  SWIG C Parser (still messy)

 Source/Modules      -  Language modules.

 Source/Include      -  Include files.