swig/Doc/Manual
2011-01-29 23:04:06 +00:00
..
Allegrocl.html Fix more doubled word typos 2010-05-23 03:43:31 +00:00
Arguments.html Fix a typo in the documentation (inlne => inline) 2010-06-22 13:02:08 +00:00
ch2.1.png The great merge 2002-11-30 22:01:28 +00:00
ch9.table.2.png The great merge 2002-11-30 22:01:28 +00:00
ch11.1.png The great merge 2002-11-30 22:01:28 +00:00
ch11.2.png The great merge 2002-11-30 22:01:28 +00:00
ch11.3.png The great merge 2002-11-30 22:01:28 +00:00
ch12.1.png The great merge 2002-11-30 22:01:28 +00:00
chapters Added support for the D programming languge. 2010-11-18 00:24:02 +00:00
Chicken.html Fix numerous broken links reported by linkchecker 2010-03-06 23:23:43 +00:00
Contents.html Better linkchecker configuration for checking html links. Fix broken links and update redirected links. 2011-01-08 23:17:23 +00:00
Contract.html Put the chapters back in order after erroneously incorrectly reordering them in last checkin 2008-03-02 22:41:58 +00:00
CSharp.html Better linkchecker configuration for checking html links. Fix broken links and update redirected links. 2011-01-08 23:17:23 +00:00
Customization.html Fix typo. 2010-06-22 11:52:44 +00:00
D.html [D] Docs: Mention the "pre", "post" and "terminator" din typemap attributes. 2011-01-29 23:04:06 +00:00
Extending.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
fixstyle.py - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Go.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Guile.html Better linkchecker configuration for checking html links. Fix broken links and update redirected links. 2011-01-08 23:17:23 +00:00
index.html 1.3 => 2.0 for documentation headings 2010-06-02 22:38:41 +00:00
Introduction.html Better linkchecker configuration for checking html links. Fix broken links and update redirected links. 2011-01-08 23:17:23 +00:00
Java.html Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and (char *STRING, int LENGTH) - Java patch is from Volker Grabsch. Elements of the primitive_types.i testcase for this moved into char_binary.i. Documentation for this enhanced. 2011-01-14 19:06:43 +00:00
Library.html New warning when the smartptr feature is missing in some classes in an inheritance chain. Errors test-suite now uses Python instead of Tcl as testing language 2011-01-17 21:12:35 +00:00
linkchecker.config Better linkchecker configuration for checking html links. Fix broken links and update redirected links. 2011-01-08 23:17:23 +00:00
Lisp.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Lua.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
makechap.py SF patch # 3091116 to remove hard coded path to python 2011-01-07 19:57:28 +00:00
Makefile Better linkchecker configuration for checking html links. Fix broken links and update redirected links. 2011-01-08 23:17:23 +00:00
maketoc.py Better linkchecker configuration for checking html links. Fix broken links and update redirected links. 2011-01-08 23:17:23 +00:00
margin-left.patch Update documentation and add margin-left.patch file for htmldoc 2005-03-30 05:55:46 +00:00
Modula3.html Better linkchecker configuration for checking html links. Fix broken links and update redirected links. 2011-01-08 23:17:23 +00:00
Modules.html Use htmldoc's new --overflow option and fix overflow warnings in the pdf documentation generation 2011-01-08 01:28:09 +00:00
Mzscheme.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Ocaml.html Better linkchecker configuration for checking html links. Fix broken links and update redirected links. 2011-01-08 23:17:23 +00:00
Octave.html Better linkchecker configuration for checking html links. Fix broken links and update redirected links. 2011-01-08 23:17:23 +00:00
Perl5.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Php.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Pike.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Preface.html html fixes and chapter renumbering 2010-06-01 19:19:17 +00:00
Preprocessor.html clarification on SWIG_VERSION coding 2010-05-14 06:14:18 +00:00
Python.html Better linkchecker configuration for checking html links. Fix broken links and update redirected links. 2011-01-08 23:17:23 +00:00
R.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
README - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Ruby.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Scripting.html Put the chapters back in order after erroneously incorrectly reordering them in last checkin 2008-03-02 22:41:58 +00:00
Sections.html Better linkchecker configuration for checking html links. Fix broken links and update redirected links. 2011-01-08 23:17:23 +00:00
style.css Remove non-existent html tag 2006-07-08 00:52:51 +00:00
SWIG.html Correct explanation of how to match on class name in %rename. 2010-11-16 14:08:50 +00:00
swig16.png remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
SWIGPlus.html Use htmldoc's new --overflow option and fix overflow warnings in the pdf documentation generation 2011-01-08 01:28:09 +00:00
Tcl.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Typemaps.html Use htmldoc's new --overflow option and fix overflow warnings in the pdf documentation generation 2011-01-08 01:28:09 +00:00
Varargs.html Minor change to previous commit about varargs 2009-11-14 21:54:18 +00:00
Warnings.html New warning when the smartptr feature is missing in some classes in an inheritance chain. Errors test-suite now uses Python instead of Tcl as testing language 2011-01-17 21:12:35 +00:00
Windows.html Update docs for first 2.0 release 2010-05-28 23:53:49 +00: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 is generated automatically by the 'maketoc.py'
script. The Makefile has further information on how the various alternative
forms of the documentation is 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>