swig/Doc
William S Fulton ca9eebcb8d Octave - SWIG now marshalls a C/C++ NULL pointer into the null matrix, []
SWIG has always marshalled the null matrix into a NULL pointer; this remains
and now we have consistency in representing a NULL pointer.

This is a pre-requisite for a pending commit to fully support std::unique_ptr.
2022-08-31 19:40:13 +01:00
..
Devel Fix spaceship operator bugs, document, add tests 2022-07-27 09:12:40 +12:00
Manual Octave - SWIG now marshalls a C/C++ NULL pointer into the null matrix, [] 2022-08-31 19:40:13 +01:00
README suggest starting points for documentation 2008-10-09 22:42:45 +00:00

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.