swig/Doc/Manual
2016-06-12 10:14:11 +01:00
..
Allegrocl.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
android-class.png Add Android docs - supporting screenshots 2011-12-10 17:03:50 +00:00
android-simple.png Add Android docs - supporting screenshots 2011-12-10 17:03:50 +00:00
Android.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
Arguments.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
CCache.html HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
ch2.1.png The great merge 2002-11-30 22:01:28 +00:00
chapters Add Scilab to html docs 2015-01-27 19:30:24 +00:00
Chicken.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
Contents.html Python docs on static linking section edits 2016-06-12 00:13:07 +01:00
Contract.html HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
CPlusPlus11.html HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
CSharp.html Documentation and CHANGES entry for interface feature 2016-03-11 19:47:31 +00:00
Customization.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
D.html HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
Extending.html HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
fixstyle.py HTML pdf doc generation fixes 2015-12-30 22:22:33 +00:00
Go.html Merge pull request #542 from Sajmani/master 2016-03-31 13:07:31 +13:00
Guile.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
index.html HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
Introduction.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
Java.html Merge branch 'char-escaping' 2016-03-12 23:27:51 +00:00
Javascript.html html doc fixes 2016-04-02 13:47:23 +01:00
Library.html HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
linkchecker.config html links updates 2015-12-18 21:14:44 +00:00
Lisp.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
Lua.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
makechap.py Correct html documentation linking generated by makechap.py script 2015-12-30 22:22:31 +00:00
Makefile Check for qt patched version of wkhtmltopdf for pdf doc generation 2016-05-29 13:04:48 +01:00
maketoc.py HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
Modula3.html HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
Modules.html HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
Mzscheme.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
Ocaml.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
Octave.html octave: update manual and CHANGES.current 2016-02-07 20:22:39 +01:00
Perl5.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
Php.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
Pike.html HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
Preface.html html doc fixes 2016-04-02 13:47:23 +01:00
Preprocessor.html HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
Python.html Python docs on static linking section edits 2016-06-12 00:13:07 +01:00
R.html HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
README subject/verb agreement 2013-04-30 22:49:12 -03:00
Ruby.html fix typo 2016-01-12 19:52:40 +09:00
Scilab.html html doc fixes 2016-05-06 07:36:58 +01:00
Scripting.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
Sections.html Bump version to 3.0.11 2016-06-12 10:14:11 +01:00
style.css HTML pdf doc generation fixes 2015-12-30 22:22:33 +00:00
SWIG.html Add rstrip encoder for use in %rename. 2016-03-02 07:11:09 +00:00
swig16.png remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
SWIGPlus.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
Tcl.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
Typemaps.html Correct documentation link for Typemap delimiters 2016-05-05 21:12:54 +01:00
Varargs.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +00:00
Warnings.html Multiple inheritance warning wording tweak 2016-03-06 10:45:39 +00:00
Windows.html Replace tabs with spaces in html docs 2015-12-30 22:22:33 +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 are generated automatically by the 'maketoc.py'
script. The Makefile has further information on how the various alternative
forms of the documentation are 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>