swig/Doc/Manual
William S Fulton 97131ec706 1.3.32 update
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10079 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-10-30 22:25:25 +00:00
..
Allegrocl.html Escape < and > in HTML since unescaped instances confuse htmldoc and cause it 2007-03-26 01:12:09 +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 Committing R-SWIG 2006-06-29 03:01:18 +00:00
Chicken.html Fix lots of typos in the manual. 2006-09-27 17:25:04 +00:00
Contents.html html fixes and toc update 2007-10-19 21:47:08 +00:00
Contract.html html validation fixes 2005-06-03 23:06:56 +00:00
CSharp.html Add more details on and special variables 2007-09-25 21:24:22 +00:00
Customization.html html validation fixes and chapter renumbering 2006-07-07 21:54:23 +00:00
Extending.html update for new renaming of -dump_xxx commandline arguments to -debug-xxx 2007-08-31 22:17:50 +00:00
fixstyle.py - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Guile.html Add feature:constasvar to guile module 2006-08-19 23:32: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 lots of typos in the manual. 2006-09-27 17:25:04 +00:00
Java.html minor edit 2007-10-09 23:23:30 +00:00
Library.html Fix lots of typos in the manual. 2006-09-27 17:25:04 +00:00
Lisp.html Minor html updates 2007-04-17 22:59:08 +00:00
Lua.html [lua] extras compability for lua 5.1, fixed a static link name conflict 2007-07-10 09:30:49 +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 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 Fix lots of typos in the manual. 2006-09-27 17:25:04 +00:00
Modules.html Add doc improvements from the wiki http://www.dabeaz.com/cgi-bin/wiki.pl?SwigWikiDocs/Module 2007-10-19 01:59:28 +00:00
Mzscheme.html Remove old style typemap declarations 2005-12-16 21:43:22 +00:00
Ocaml.html Fix lots of typos in the manual. 2006-09-27 17:25:04 +00:00
Perl5.html Fix a couple of repeated typos: 2007-04-20 01:22:46 +00:00
Php.html Fix typo. 2007-10-09 21:21:42 +00:00
Pike.html Update after runnning make - chapter numbers have changed 2005-11-26 22:57:21 +00:00
Preface.html Update links from cvs.html to svn.html and update windows CVS instructions 2006-12-14 03:39:31 +00:00
Preprocessor.html Add notes about typemaps and the preprocessor including the noblock attribute 2007-07-02 21:38:22 +00:00
Python.html Docs updated to suggest using distutils. Patch #1796681 from Christopher Barker. 2007-10-19 21:37:56 +00:00
R.html Minor html updates 2007-04-17 22:59:08 +00:00
README - Updated documentation to use CSS and <div> instead of blockquotes 2005-02-26 02:56:29 +00:00
Ruby.html html fixes and toc update 2007-10-19 21:47:08 +00:00
Scripting.html Fix lots of typos in the manual. 2006-09-27 17:25:04 +00:00
Sections.html 1.3.32 update 2007-10-30 22:25:25 +00:00
style.css Remove non-existent html tag 2006-07-08 00:52:51 +00:00
SWIG.html update language commandline options 2007-08-28 20:16:21 +00:00
swig16.png swig logo file for the docs 2004-08-04 21:41:35 +00:00
SWIGPlus.html mention and public access 2007-08-15 20:36:40 +00:00
Tcl.html Fix a couple of repeated typos: 2007-04-20 01:22:46 +00:00
Typemaps.html html fixes and toc update 2007-10-19 21:47:08 +00:00
Varargs.html Fix lots of typos in the manual. 2006-09-27 17:25:04 +00:00
Warnings.html update section numbers 2007-09-24 21:25:13 +00:00
Windows.html Mark configure.in as svn:eol-style LF so it will have Unix line endings even 2007-09-27 21:01:18 +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>