swig/Doc/Manual
Sameer Ajmani fee8f022e2 Fix Go example in Go.html
Missing "func" keyword.
2015-10-09 17:01:37 -04:00
..
Allegrocl.html
android-class.png
android-simple.png
Android.html
Arguments.html
ch2.1.png
chapters
Chicken.html
Contents.html Update docs for shared_ptr 2015-10-01 22:36:01 +01:00
Contract.html
CPlusPlus11.html
CSharp.html Html doc fixes 2015-07-05 17:16:37 +01:00
Customization.html
D.html
Extending.html
fixstyle.py
Go.html Fix Go example in Go.html 2015-10-09 17:01:37 -04:00
Guile.html
index.html
Introduction.html Expand section on code generation philosophy. 2015-06-11 20:13:09 +01:00
Java.html Update docs for shared_ptr 2015-10-01 22:36:01 +01:00
Javascript.html Cosmetic corrections - Mac OS X 2015-08-02 20:14:20 +01:00
Library.html Update docs wrt directors and shared_ptr 2015-05-14 19:26:55 +01:00
linkchecker.config
Lisp.html Add user documentation to the export package extension. 2015-08-09 13:58:04 -04:00
Lua.html Fix random case flipping of an HTML source line 2015-03-16 18:02:03 +13:00
makechap.py
Makefile
maketoc.py
margin-left.patch
Modula3.html
Modules.html -external-runtime doc improvement 2015-06-16 19:53:09 +01:00
Mzscheme.html
Ocaml.html Whitespace cleanup 2015-03-19 13:15:23 +13:00
Octave.html Update docs for shared_ptr 2015-10-01 22:36:01 +01:00
Perl5.html
Php.html
Pike.html
Preface.html
Preprocessor.html
Python.html Update docs for shared_ptr 2015-10-01 22:36:01 +01:00
R.html
README
Ruby.html Update docs for shared_ptr 2015-10-01 22:36:01 +01:00
Scilab.html scilab: fix doc typos 2015-03-24 16:52:18 +01:00
Scripting.html
Sections.html Bump version to 3.0.8 2015-08-03 22:33:52 +01:00
style.css
SWIG.html Documentation improvements for -o and -oh options 2015-06-12 06:32:58 +01:00
swig16.png
SWIGPlus.html Clearer warning message for badly constructed typecheck typemaps 2015-04-14 07:34:40 +01:00
Tcl.html
Typemaps.html HTML fix in docs 2015-08-02 19:47:02 +01:00
Varargs.html
Warnings.html Clearer warning message for badly constructed typecheck typemaps 2015-04-14 07:34:40 +01:00
Windows.html Expand __declspec documentation 2015-04-14 08:13:13 +01:00

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>