swig/Doc/Manual
2012-10-11 19:28:02 +00:00
..
Allegrocl.html Fix more doubled word typos 2010-05-23 03:43:31 +00:00
android-class.png Add Android docs - supporting screenshots 2011-12-10 17:03:50 +00:00
android-simple.png Add Android docs - supporting screenshots 2011-12-10 17:03:50 +00:00
Android.html More Android docs about the STL and the new extend example 2012-09-13 19:04:29 +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
chapters New section numbering adding in Android chapter 2011-12-10 16:53:04 +00:00
Chicken.html New section numbering adding in Android chapter 2011-12-10 16:53:04 +00:00
Contents.html More Android docs about the STL and the new extend example 2012-09-13 19:04:29 +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 New section numbering adding in Android chapter 2011-12-10 16:53:04 +00:00
Customization.html Support special variable expansion in %extend. 2012-10-11 19:28:02 +00:00
D.html New section numbering adding in Android chapter 2011-12-10 16:53:04 +00:00
Extending.html New section numbering adding in Android chapter 2011-12-10 16:53:04 +00:00
fixstyle.py - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Go.html Adjust for change in the size of the Go type int. Until some time in 2012-10-05 04:58:00 +00:00
Guile.html New section numbering adding in Android chapter 2011-12-10 16:53:04 +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 Improve javafinalize docs, patch from Marvin Greenberg 2012-09-04 17:54:19 +00:00
Library.html Note lack of support for %shared_ptr and directors 2012-07-09 20:06:09 +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 New section numbering adding in Android chapter 2011-12-10 16:53:04 +00:00
Lua.html Update docs with missing example.c compilation - Bug 3545858 2012-08-05 11:02:49 +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 New section numbering adding in Android chapter 2011-12-10 16:53:04 +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 New section numbering adding in Android chapter 2011-12-10 16:53:04 +00:00
Ocaml.html Fix some minor typos in the doc 2012-08-08 09:30:08 +00:00
Octave.html Updated Octave documentation on module load behaviour 2012-05-14 09:24:45 +00:00
Perl5.html Update docs with missing example.c compilation - Bug 3545858 2012-08-05 11:02:49 +00:00
Php.html Director documentation corrections to match reality. 2012-05-30 05:59:46 +00:00
Pike.html New section numbering adding in Android chapter 2011-12-10 16:53:04 +00:00
Preface.html html fixes and chapter renumbering 2010-06-01 19:19:17 +00:00
Preprocessor.html HTML doc section update 2012-04-28 15:33:58 +00:00
Python.html Fix doc typo 2012-05-31 04:12:17 +00:00
R.html New section numbering adding in Android chapter 2011-12-10 16:53:04 +00:00
README - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Ruby.html Update docs with missing example.c compilation - Bug 3545858 2012-08-05 11:02:49 +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 Bump version to 2.0.9 2012-08-21 22:11:07 +00:00
style.css Remove non-existent html tag 2006-07-08 00:52:51 +00:00
SWIG.html Expand docs on advanced %ignore 2012-02-16 20:28:16 +00:00
swig16.png remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
SWIGPlus.html Support special variable expansion in %extend. 2012-10-11 19:28:02 +00:00
Tcl.html Update docs with missing example.c compilation - Bug 3545858 2012-08-05 11:02:49 +00:00
Typemaps.html Fix %fragment error in docs and improve preprocessing and delimiters section - SF bug 3519394 2012-04-28 15:30:19 +00:00
Varargs.html Remove VARARGS_SENTINEL typemaps further to revision 12666. Note that the idea of having a named typemap for sentinels is flawed unless the named typemap is provided for every single type in the typemap library. 2011-05-14 23:54:09 +00:00
Warnings.html Add docs on special variable expansion in typemap warnings 2011-11-04 19:51:17 +00:00
Windows.html Add PCRE build instructions to Windows build instructions 2012-01-07 23:42:15 +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>