While shared objects with non-PIC code work on some architectures (notably x86), unless code is always PIC on that arch (not true for x86) doing so requires runtime relocations, which prevents the object actually being shared, and means such segments can't be marked as read-only. |
||
|---|---|---|
| .. | ||
| 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>