swig/Doc/Manual
Robin Dunn ffb572742b Typos fixed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8703 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-03 23:50:59 +00:00
..
.cvsignore
Allegrocl.html
Arguments.html
ch2.1.png
ch9.table.2.png
ch11.1.png
ch11.2.png
ch11.3.png
ch12.1.png
chapters
Chicken.html
Contents.html typos 2006-02-03 22:10:09 +00:00
Contract.html
CSharp.html
Customization.html Update list of exceptions in the SWIG exception library 2006-02-03 22:06:11 +00:00
Extending.html
fixstyle.py
Guile.html
index.html
Introduction.html
Java.html correct some casts 2006-02-03 22:06:54 +00:00
Library.html
Lisp.html
Lua.html
makechap.py
Makefile
maketoc.py
margin-left.patch
Modula3.html
Modules.html
Mzscheme.html
Ocaml.html
Perl5.html update after running tool checkers 2006-01-09 21:34:29 +00:00
Php.html
Pike.html
Preface.html
Preprocessor.html update after running tool checkers 2006-01-09 21:34:29 +00:00
Python.html Typos fixed 2006-02-03 23:50:59 +00:00
README
Ruby.html Significant rearrangment of some sections of the documentaiton. Also added additional information about exception handling and getter/setter methods. 2006-02-02 10:57:37 +00:00
Scripting.html
Sections.html Minor mods getting ready for 1.3.28 2006-01-25 22:41:22 +00:00
style.css
SWIG.html %naturalvar documentation added 2006-01-30 22:17:42 +00:00
swig16.png
SWIGPlus.html typos 2006-02-03 22:10:09 +00:00
Tcl.html
Typemaps.html
Varargs.html
Warnings.html
Windows.html

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>