swig/Doc/Manual
2009-04-11 16:46:47 +00:00
..
Allegrocl.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Arguments.html Put the chapters back in order after erroneously incorrectly reordering them in last checkin 2008-03-02 22:41:58 +00:00
C.html set the references right 2008-09-08 20:09:41 +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 Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Chicken.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Contents.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +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 Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Customization.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Extending.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
fixstyle.py - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Guile.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +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 Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Java.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Library.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Lisp.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Lua.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +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 Merged with recent changes from trunk. 2009-04-11 16:46:47 +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 Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Modules.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Mzscheme.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Ocaml.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Octave.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Perl5.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Php.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Pike.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +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 Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Python.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
R.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
README - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Ruby.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +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 Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
style.css Remove non-existent html tag 2006-07-08 00:52:51 +00:00
SWIG.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
swig16.png Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
SWIGPlus.html Merged revisions 10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-10519,10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-10580,10582,10584,10588-10589,10594 via svnmerge from 2008-06-28 23:26:18 +00:00
Tcl.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Typemaps.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +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 Merged with recent changes from trunk. 2009-04-11 16:46:47 +00:00
Windows.html Merged with recent changes from trunk. 2009-04-11 16:46:47 +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>