swig/Source
Vadim Zeitlin 410b508e9a Don't indent Doxygen doc strings in generated Python code.
This is unnecessary and inconsistent with "builtin" case in which the
docstrings are not indented in the generated C++ code, thus making it
impossible to write tests working in both cases.

Most of the changes in this commit simply remove the extra whitespace from the
expected values in the tests.
2014-12-15 13:59:17 +01:00
..
CParse Merge latest master into doxygen branch. 2014-12-15 02:55:26 +01:00
DOH Fixes for clang -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error 2014-11-08 10:59:59 +00:00
DoxygenTranslator/src Add a possibility to flexibly ignore custom Doxygen tags. 2014-09-11 01:39:42 +02:00
Include Merge branch 'master' into doxygen 2014-04-30 18:37:57 +02:00
Modules Don't indent Doxygen doc strings in generated Python code. 2014-12-15 13:59:17 +01:00
Preprocessor Issue an error for unknown SWIG preprocessor directives, rather 2014-09-01 00:26:15 -03:00
Swig Merge latest master into doxygen branch. 2014-12-15 02:55:26 +01:00
Makefile.am Merge latest master into doxygen branch again. 2014-08-13 16:11:21 +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.