* nested: Deprecation of the 'nestedworkaround' feature Ensure -c++out is not used with -c++ Add missing header to new source file Nested C class setters restored in c++out mode for Octave Classprefix fixed after private nested classes some comments and spaces added Fix template partial specialization detection Minor tweaks in Swig_feature_set Swig_offset_string moved to misc.c nested private classes are discarded while parsing nested relate functions are moved to nested.cxx and renamed accordingly out-of-scope template definitions fixed nested_private test disabled again fixed out-of-scope nested class definitions, added a test enabled nested C structs assignment (still disabled for Octave), added Java runtime test fixed nested_private test case for Java & C# Testcase of private nested class usage causing segfault C nested struct passed by value example Add in Travis testing for nested branch Add C++ nested class example Minor code improvements Cosmetics/code beautification of nested class support Nested classes support |
||
|---|---|---|
| .. | ||
| Allegrocl.html | ||
| android-class.png | ||
| android-simple.png | ||
| Android.html | ||
| Arguments.html | ||
| ch2.1.png | ||
| chapters | ||
| Chicken.html | ||
| Contents.html | ||
| Contract.html | ||
| CPlusPlus11.html | ||
| CSharp.html | ||
| Customization.html | ||
| D.html | ||
| Extending.html | ||
| fixstyle.py | ||
| Go.html | ||
| Guile.html | ||
| index.html | ||
| Introduction.html | ||
| Java.html | ||
| Library.html | ||
| linkchecker.config | ||
| Lisp.html | ||
| Lua.html | ||
| makechap.py | ||
| Makefile | ||
| maketoc.py | ||
| margin-left.patch | ||
| Modula3.html | ||
| Modules.html | ||
| Mzscheme.html | ||
| Ocaml.html | ||
| Octave.html | ||
| Perl5.html | ||
| Php.html | ||
| Pike.html | ||
| Preface.html | ||
| Preprocessor.html | ||
| Python.html | ||
| R.html | ||
| README | ||
| Ruby.html | ||
| Scripting.html | ||
| Sections.html | ||
| style.css | ||
| SWIG.html | ||
| swig16.png | ||
| SWIGPlus.html | ||
| Tcl.html | ||
| Typemaps.html | ||
| Varargs.html | ||
| Warnings.html | ||
| Windows.html | ||
This directory contains the HTML for the SWIG users manual.
All of this HTML is hand-written. However, section numbering, indices,
and the table of contents are generated automatically by the 'maketoc.py'
script. The Makefile has further information on how the various alternative
forms of the documentation are generated from the hand-written HTML.
There are 4 types of boxes that code or whatever can be inside:
- <div class="shell">...</div>
This is for text that shows the output of running commands on the shell.
- <div class="code">...</div>
This is for either C, C++, or SWIG code
- <div class="targetlang">...</div>
This is for code in a target scripting language
- <div class="diagram">...</div>
This is for text that is not code or a shell
The general format is
<div class="foo"><pre>
whatever here
</pre></div>