swig/Source
Vadim Zeitlin 5c0ed6c635 No changes, just spelling fixes in Doxygen branch changes.
Most are just typos, but also s/JavaDoc/Javadoc/ and s/PythonDoc/Pydoc/ as
this is how they are officially called.
2014-05-07 19:12:10 +02:00
..
CParse Avoid crash in the parser for two consecutive Doxygen comments. 2014-05-07 18:32:28 +02:00
DOH DOH readme correction 2014-04-08 19:19:43 +01:00
DoxygenTranslator/src No changes, just spelling fixes in Doxygen branch changes. 2014-05-07 19:12:10 +02:00
Include Merge branch 'master' into doxygen 2014-04-30 18:37:57 +02:00
Modules Don't leak doxygenTranslator in Python module. 2014-05-07 18:57:14 +02:00
Preprocessor Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
Swig Merge branch 'master' into doxygen 2014-04-30 18:37:57 +02:00
Makefile.am Merge branch 'master' into doxygen 2014-04-30 18:37:57 +02:00
README update this README 2008-11-03 13:32:33 +00: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.

Historic directories which may be in CVS, but have been removed:

 Source/Modules1.1   -  Old SWIG-1.1 modules. Empty.

 Source/LParse       -  Experimental parser.  Officially dead
                        as CParse is more capable.

 Source/SWIG1.1      -  Old SWIG1.1 core. Completely empty now.