swig/Doc/Manual
2010-05-25 18:13:32 +00:00
..
Allegrocl.html Fix more doubled word typos 2010-05-23 03:43:31 +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 Fix numerous broken links reported by linkchecker 2010-03-06 23:23:43 +00:00
Contents.html Typemap matching rules enhancement for non-default typemaps. Previously all qualifiers were stripped in one step, now they are stripped one at a time starting with the left most qualifier. 2010-05-02 21:35:02 +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 Fix more doubled word typos 2010-05-23 03:43:31 +00:00
Customization.html Fix more doubled word typos 2010-05-23 03:43:31 +00:00
Extending.html Fix RUNTOOL in the test-suite for php and add an example for using RUNTOOL to invoke a debugger 2010-05-25 18:13:32 +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 numerous broken links reported by linkchecker 2010-03-06 23:23:43 +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 Fix more doubled word typos 2010-05-23 03:43:31 +00:00
Java.html Fix more doubled word typos 2010-05-23 03:43:31 +00:00
Library.html Correctly mangle the html section names to prevent name clashes in the pdf document 2010-03-06 19:35:25 +00:00
Lisp.html Fix numerous broken links reported by linkchecker 2010-03-06 23:23:43 +00:00
Lua.html Fix more doubled word typos 2010-05-23 03:43:31 +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 make maintainer-clean fixes 2010-04-03 00:30:16 +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 Clean up the Modula-3 docs a bit. Refocus the introduction on matters that 2010-05-23 04:58:40 +00:00
Modules.html Fix typo 2010-05-23 03:32:20 +00:00
Mzscheme.html Fix numerous broken links reported by linkchecker 2010-03-06 23:23:43 +00:00
Ocaml.html quote %include statements 2009-06-17 06:56:55 +00:00
Octave.html Fix more doubled word typos 2010-05-23 03:43:31 +00:00
Perl5.html Correctly mangle the html section names to prevent name clashes in the pdf document 2010-03-06 19:35:25 +00:00
Php.html Fix numerous broken links reported by linkchecker 2010-03-06 23:23:43 +00:00
Pike.html Fix more doubled word typos 2010-05-23 03:43:31 +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 clarification on SWIG_VERSION coding 2010-05-14 06:14:18 +00:00
Python.html Fix more doubled word typos 2010-05-23 03:43:31 +00:00
R.html Fix running R examples and update docs about R CMD SHLIB 2010-05-25 06:43:21 +00:00
README - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Ruby.html Fix more doubled word typos 2010-05-23 03:43:31 +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 numerous broken links reported by linkchecker 2010-03-06 23:23:43 +00:00
style.css Remove non-existent html tag 2006-07-08 00:52:51 +00:00
SWIG.html Fix more doubled word typos 2010-05-23 03:43:31 +00:00
swig16.png remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
SWIGPlus.html Correctly mangle the html section names to prevent name clashes in the pdf document 2010-03-06 19:35:25 +00:00
Tcl.html Fix a few inconsistencies in reporting of file/line numberings including modifying the overload warnings to now be two line warnings 2010-01-09 19:34:43 +00:00
Typemaps.html Typemap matching rules enhancement for non-default typemaps. Previously all qualifiers were stripped in one step, now they are stripped one at a time starting with the left most qualifier. 2010-05-02 21:35:02 +00:00
Varargs.html Minor change to previous commit about varargs 2009-11-14 21:54:18 +00:00
Warnings.html Correctly mangle the html section names to prevent name clashes in the pdf document 2010-03-06 19:35:25 +00:00
Windows.html Fix more doubled word typos 2010-05-23 03:43:31 +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>