swig/Doc
Olly Betts a6041462fc Eliminate docs implying free() doesn't accept NULL
This may have been true for some pre-ISO C implementations, but
ISO C (which came out as ANSI C in 1989) requires free() accept NULL
so let's not perpetuate information that's been out of date for
decades.
2023-05-21 10:16:06 +12:00
..
Devel Improve docs for Scanner_skip_balanced() return value 2023-05-16 11:44:56 +12:00
Manual Eliminate docs implying free() doesn't accept NULL 2023-05-21 10:16:06 +12:00
README suggest starting points for documentation 2008-10-09 22:42:45 +00:00

README

Doc/Manual    -  Latest version of the SWIG user manual
Doc/Devel     -  Developer documentation concerning SWIG internals.
                 (not necessarily up to date)

Open the index.html file in each of these directories with a web browser.