swig/Doc/Manual
William S Fulton d0cfe01f58 note that this is the cvs version
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7803 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-11-05 00:02:32 +00:00
..
.cvsignore no message 2004-10-27 21:32:19 +00:00
Arguments.html fix extern declarations documentation 2005-06-28 21:32:46 +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 Support for Lua added - patch from Mark Gossage 2005-08-15 20:38:34 +00:00
Chicken.html Chicken: 2005-10-18 04:05:11 +00:00
Contents.html html validation fixes 2005-10-08 23:04:41 +00:00
Contract.html html validation fixes 2005-06-03 23:06:56 +00:00
CSharp.html Add typemap examples to handle memory management and early garbage collection 2005-11-04 23:52:02 +00:00
Customization.html Updated sections on features. Added section on feature flags and clearing features. 2005-10-06 21:52:30 +00:00
Extending.html section numbering update after running makefile 2005-09-22 22:35:56 +00:00
fixstyle.py - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Guile.html html validation fixes 2005-06-03 23:06:56 +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 extern declarations documentation 2005-06-28 21:32:46 +00:00
Java.html Add typemap examples to handle memory management and early garbage collection 2005-11-04 23:52:02 +00:00
Library.html fixes for problems reported by htmldoc and tidy 2005-09-11 20:00:39 +00:00
Lisp.html Initial revision. Something about UFFI and AllegroCL, has to be written. 2005-09-15 05:33:09 +00:00
Lua.html html validation fixes 2005-09-24 09:41:19 +00:00
makechap.py - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Makefile add details about htmldoc patch 2005-09-29 20:18:21 +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 html validation fixes 2005-06-03 23:06:56 +00:00
Modules.html html validation fixes 2005-06-03 23:06:56 +00:00
Mzscheme.html html validation fixes 2005-06-03 23:06:56 +00:00
Ocaml.html html validation fixes 2005-06-03 23:06:56 +00:00
Perl5.html Link to read-only variables section added 2005-10-06 21:49:58 +00:00
Php.html Typo correction curtesy of Olly Betts. 2005-10-05 15:11:02 +00:00
Pike.html html validation fixes 2005-06-03 23:06:56 +00:00
Preface.html Update my personal info. 2005-09-15 05:27:26 +00:00
Preprocessor.html html validation fixes 2005-06-03 23:06:56 +00:00
Python.html Link to read-only variables section added 2005-10-06 21: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 Changed Zoo_Free to free_Zoo to be consistent with the SWIG naming scheme of new_Zoo and free_Zoo. 2005-09-24 22:08:25 +00:00
Scripting.html html validation fixes 2005-06-03 23:06:56 +00:00
Sections.html note that this is the cvs version 2005-11-05 00:02:32 +00:00
style.css - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
SWIG.html bit more on readonly variables added 2005-10-06 21:51:18 +00:00
swig16.png swig logo file for the docs 2004-08-04 21:41:35 +00:00
SWIGPlus.html Document %rename syntax using quotes (for Bug #1252361) 2005-11-05 00:01:01 +00:00
Tcl.html Link to read-only variables section added 2005-10-06 21:49:58 +00:00
Typemaps.html Update the typemap documentation 2005-10-20 01:02:43 +00:00
Varargs.html html validation fixes 2005-06-03 23:06:56 +00:00
Warnings.html php4 warning section 2005-10-08 11:33:25 +00:00
Windows.html html validation fixes 2005-06-03 23:06:56 +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>