swig/Doc/Manual
2011-01-07 20:05:44 +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 Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +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 Add C# example showing how to modify the underlying enum type 2010-06-10 06:06:12 +00:00
Customization.html Fix typo. 2010-06-22 11:52:44 +00:00
D.html [D] Operator overloading support for D1 and D2. 2010-12-30 02:44:04 +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 Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
index.html 1.3 => 2.0 for documentation headings 2010-06-02 22:38:41 +00:00
Introduction.html minor clarification about %{ %} blocks 2010-10-18 18:59:57 +00:00
Java.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Library.html html fixes and chapter renumbering 2010-06-01 19:19:17 +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 dependency fix for the .book files generation 2010-10-04 06:15:53 +00:00
maketoc.py SF patch # 3091116 to remove hard coded path to python 2011-01-07 19:57:28 +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 Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Modules.html Fix broken links shown from running 'make linkchecker' 2010-05-29 21:08:42 +00:00
Mzscheme.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Ocaml.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Octave.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +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 Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +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 Fix order of D chapter in Sections summary 2011-01-07 20:03:31 +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 Add std_shared_ptr.i and document shared_ptr library 2010-06-01 19:03:55 +00:00
Tcl.html Chapter renumbering after adding D chapter 2011-01-07 20:05:44 +00:00
Typemaps.html Add section on Aspect Oriented Programming after discussion on swig-devel 2010-06-08 06:02:56 +00:00
Varargs.html Minor change to previous commit about varargs 2009-11-14 21:54:18 +00:00
Warnings.html Warning section doc update 2010-10-04 05:36:49 +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>