swig/Doc/Manual
2019-04-15 19:01:52 +01:00
..
Allegrocl.html Disable Common Lisp / UFFI target language 2019-02-05 18:41:54 +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 Correct out of date html links 2019-04-15 19:01:52 +01:00
Arguments.html Documentation section numbering update 2019-02-11 19:02:03 +00:00
CCache.html Correct out of date html links 2019-04-15 19:01:52 +01:00
ch2.1.png The great merge 2002-11-30 22:01:28 +00:00
chapters Add a documentation chapter on C++14 2019-02-11 18:59:46 +00:00
Chicken.html Update html chapter numbering for added Doxygen chapter 2018-05-25 07:56:44 +01:00
Contents.html Add support for C++17 hexadecimal floating literals 2019-02-13 15:16:40 -07:00
Contract.html Documentation section numbering update 2019-02-11 19:02:03 +00:00
CPlusPlus11.html html section numbers updated 2019-02-10 17:40:00 +00:00
CPlusPlus14.html Documentation section numbering update 2019-02-11 19:02:03 +00:00
CPlusPlus17.html Add support for C++17 hexadecimal floating literals 2019-02-13 15:16:40 -07:00
CSharp.html Correct out of date html links 2019-04-15 19:01:52 +01:00
Customization.html Documentation section numbering update 2019-02-11 19:02:03 +00:00
D.html Add the parameters typemap attribute to D and Java destructor wrapper typemaps 2019-04-08 19:20:50 +01:00
Doxygen.html Correct out of date html links 2019-04-15 19:01:52 +01:00
Extending.html [OCaml] Fix the wrapmacro test 2019-02-17 01:41:59 -07:00
fixstyle.py HTML pdf doc generation fixes 2015-12-30 22:22:33 +00:00
Go.html Correct out of date html links 2019-04-15 19:01:52 +01:00
Guile.html Documentation section numbering update 2019-02-11 19:02:03 +00:00
index.html Update version number to 4.0 in docs 2017-09-14 07:39:16 +01:00
Introduction.html Correct out of date html links 2019-04-15 19:01:52 +01:00
Java.html Correct out of date html links 2019-04-15 19:01:52 +01:00
Javascript.html Correct out of date html links 2019-04-15 19:01:52 +01:00
Library.html Documentation section numbering update 2019-02-11 19:02:03 +00:00
linkchecker.config html links updates 2015-12-18 21:14:44 +00:00
Lisp.html Disable Allegrcol target language 2019-02-05 18:42:16 +00:00
Lua.html Documentation section numbering update 2019-02-11 19:02:03 +00:00
makechap.py Fixes to makechap.py to detect ill-formed headers 2018-05-25 07:56:44 +01:00
Makefile Fix outdated info in Doc Makefile about pdf file generation 2016-11-25 07:39:06 +00:00
maketoc.py HTML fixes for documentation - add meta tag and loose.dtd 2015-12-30 22:22:32 +00:00
Modula3.html Update html chapter numbering for added Doxygen chapter 2018-05-25 07:56:44 +01:00
Modules.html Documentation section numbering update 2019-02-11 19:02:03 +00:00
Mzscheme.html Correct out of date html links 2019-04-15 19:01:52 +01:00
Ocaml.html [OCaml] Some documentation improvements for %exception 2019-02-12 19:43:55 -07:00
Octave.html Update section numbering 2019-02-10 01:03:06 +00:00
Perl5.html Documentation for directors and virtual final methods 2019-03-03 14:52:57 +00:00
Php.html Correct out of date html links 2019-04-15 19:01:52 +01:00
Pike.html Update html chapter numbering for added Doxygen chapter 2018-05-25 07:56:44 +01:00
Preface.html Add info about the Supported and Experimental language module status 2019-01-29 18:55:44 +00:00
Preprocessor.html Documentation section numbering update 2019-02-11 19:02:03 +00:00
Python.html Correct out of date html links 2019-04-15 19:01:52 +01:00
R.html html documentation fixes 2019-04-08 19:20:50 +01:00
README subject/verb agreement 2013-04-30 22:49:12 -03:00
Ruby.html Update section numbering 2019-02-10 01:03:06 +00:00
Scilab.html Correct out of date html links 2019-04-15 19:01:52 +01:00
Scripting.html Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
Sections.html Add a documentation chapter on C++14 2019-02-11 18:59:46 +00:00
style.css HTML pdf doc generation fixes 2015-12-30 22:22:33 +00:00
SWIG.html Mark and setup OCaml as an experimental target language. 2019-02-11 18:30:35 +00:00
swig16.png remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
SWIGPlus.html [OCaml] Add a typecheck typemap for SWIGTYPE 2019-02-16 01:07:31 -07:00
Tcl.html Update section numbering 2019-02-10 01:03:06 +00:00
Typemaps.html Correct out of date html links 2019-04-15 19:01:52 +01:00
Varargs.html Documentation section numbering update 2019-02-11 19:02:03 +00:00
Warnings.html Warning tweaks for destructors that are final in director classes 2019-03-03 15:12:29 +00:00
Windows.html Correct out of date html links 2019-04-15 19:01:52 +01: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>