* 'perl5-directors-minimal' of https://github.com/talby-/swig: try adding travis ci to this branch ran "beautify-file" make target over perl5.cxx patch hunks and rewrote callback and extend examples in the style of existing examples prefer polymorphism on existing destructor over custom destructor method fix string mangled by tidy eliminate dead director code and convert remaining blocks mitigate ConvertPtr director cost when directors are not enabled steals python director docs and adapts to perl5 adds "callback" and "extend" examples don't forget the most important part steals python directors and adapts to perl5 |
||
|---|---|---|
| .. | ||
| 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>