swig/Doc/Manual
2009-11-08 01:18:45 +00:00
..
Allegrocl.html fix SWIG naming convention 2009-08-21 00:25:11 +00:00
Arguments.html Remove 'under construction' notes 2009-08-18 14:08:50 +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 fix ordering of chapters 2009-04-01 12:46:26 +00:00
Chicken.html new section numbering since adding in ccache chapter 2008-12-20 01:49:58 +00:00
Contents.html Add reference to the Doc/Devel documentation. Add debugging options 2009-10-20 22:18:43 +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 document directorinattributes and directoroutattributes 2009-10-01 18:16:09 +00:00
Customization.html Fix #2153773 - %nojavaexception - disabling and clearing Java checked exceptions 2008-12-23 07:44:59 +00:00
Extending.html re-organise symbol debugging options - add in -debug-symbols and -debug-csymbols, and remove -debug-qsymtab 2009-11-07 20:44:20 +00:00
fixstyle.py - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Guile.html fix SWIG naming convention 2009-08-21 00:25:11 +00:00
index.html Thousands of changes to correct incorrect HTML. HTML is now valid (transitional 4.01). 2004-08-04 21:28:14 +00:00
Introduction.html update .dll -> .pyd for python 2009-04-01 08:41:41 +00:00
Java.html Add another common cause for getting an UnsatisfiedLinkError 2009-08-08 23:29:08 +00:00
Library.html Fix constant expressions containing <= or >= 2009-09-11 18:47:05 +00:00
Lisp.html add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
Lua.html html fix 2009-01-31 23:14:02 +00:00
makechap.py allegrocl: add Doc/Manual/Allegrocl.html, which was missing from last commit. 2005-11-14 18:28:27 +00:00
Makefile Add ccache documentation to main docs 2008-12-20 01:45:11 +00:00
maketoc.py missing DOCTYPE 2004-09-10 22:27:52 +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 Fix regression introduced in 1.3.37 where the default output directory for target language specific files (in the absence of -outdir) was no longer the same as the generated c/c++ file 2009-01-29 19:25:37 +00:00
Modules.html a bit more on what is in a module 2009-06-20 00:32:49 +00:00
Mzscheme.html new section numbering since adding in ccache chapter 2008-12-20 01:49:58 +00:00
Ocaml.html quote %include statements 2009-06-17 06:56:55 +00:00
Octave.html new section numbering since adding in ccache chapter 2008-12-20 01:49:58 +00:00
Perl5.html fix SWIG naming convention 2009-08-21 00:25:11 +00:00
Php.html fix SWIG naming convention 2009-08-21 00:25:11 +00:00
Pike.html new section numbering since adding in ccache chapter 2008-12-20 01:49:58 +00:00
Preface.html Put the chapters back in order after erroneously incorrectly reordering them in last checkin 2008-03-02 22:41:58 +00:00
Preprocessor.html Mark SWIGPERL5, SWIGPHP5, and SWIGTCL8 as deprecated in the source 2009-01-05 22:40:07 +00:00
Python.html fix SWIG naming convention 2009-08-21 00:25:11 +00:00
R.html new section numbering since adding in ccache chapter 2008-12-20 01:49:58 +00:00
README - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Ruby.html fix SWIG naming convention 2009-08-21 00:25:11 +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 1.3.41 2009-08-19 00:11:29 +00:00
style.css Remove non-existent html tag 2006-07-08 00:52:51 +00:00
SWIG.html Fill in missing bit about the begin section 2009-08-14 22:13:21 +00:00
swig16.png remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
SWIGPlus.html Document improved template explicit specialization and partial specialization 2009-10-23 06:48:38 +00:00
Tcl.html section numbering update 2009-07-29 21:01:28 +00:00
Typemaps.html Remove 'under construction' notes 2009-08-18 14:08:50 +00:00
Varargs.html Put the chapters back in order after erroneously incorrectly reordering them in last checkin 2008-03-02 22:41:58 +00:00
Warnings.html Ignored nested class/struct warnings now display the name of the ignored class/struct. 2009-11-08 01:18:45 +00:00
Windows.html Update URL for mingw download page on SF 2009-07-05 05:04:48 +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>