swig/Doc/Manual
William S Fulton 2d989e2f6d C# attribute support added - %csattributes feature, %csattributes typemap
and inattributes & outattributes typemap attributes for the imtype and cstype typemaps.
Links to external documentation on interop added.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7185 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-05-12 20:21:48 +00:00
..
.cvsignore no message 2004-10-27 21:32:19 +00:00
Arguments.html Update documentation to use the right div class="targetlang" and such. 2005-03-18 00:03:54 +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 Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
Chicken.html SWIG chicken module now returns multiple values instead of returning a list. 2005-04-15 22:38:09 +00:00
Contents.html Update documentation and add margin-left.patch file for htmldoc 2005-03-30 05:55:46 +00:00
Contract.html Update documentation to use the right div class="targetlang" and such. 2005-03-18 00:03:54 +00:00
CSharp.html C# attribute support added - %csattributes feature, %csattributes typemap 2005-05-12 20:21:48 +00:00
Customization.html Documentation patches from Mark Goodman 2005-04-14 21:38:18 +00:00
Extending.html Update documentation to use the right div class="targetlang" and such. 2005-03-18 00:03:54 +00:00
fixstyle.py - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Guile.html - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +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 documentation to use the right div class="targetlang" and such. 2005-03-18 00:03:54 +00:00
Java.html Documentation patches from Mark Goodman 2005-04-14 21:38:18 +00:00
Library.html Documentation patches from Mark Goodman 2005-04-14 21:38:18 +00:00
makechap.py - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Makefile Update documentation and add margin-left.patch file for htmldoc 2005-03-30 05:55:46 +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 - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Modules.html - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Mzscheme.html - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Ocaml.html - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Perl5.html - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Php.html - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Pike.html - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Preface.html Update documentation to use the right div class="targetlang" and such. 2005-03-18 00:03:54 +00:00
Preprocessor.html - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Python.html Some updates to the chicken documenatation, a few more fixes 2005-03-17 22:19:46 +00:00
README - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Ruby.html - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Scripting.html Documentation patches from Mark Goodman 2005-04-14 21:38:18 +00:00
Sections.html bumped version 2004-12-15 00:13:07 +00:00
style.css - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
SWIG.html Update documentation to use the right div class="targetlang" and such. 2005-03-18 00:03:54 +00:00
swig16.png swig logo file for the docs 2004-08-04 21:41:35 +00:00
SWIGPlus.html Documentation patches from Mark Goodman 2005-04-14 21:38:18 +00:00
Tcl.html - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Typemaps.html Documentation patches from Mark Goodman 2005-04-14 21:38:18 +00:00
Varargs.html Documentation patches from Mark Goodman 2005-04-14 21:38:18 +00:00
Warnings.html Consistent warning 470 across all languages 2005-03-30 22:24:44 +00:00
Windows.html - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +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>