swig/Doc/Manual
2017-09-14 18:51:36 +01:00
..
Allegrocl.html Fix various comment and documentation typos 2017-08-13 18:04:33 +12: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 Fix various comment and documentation typos 2017-08-13 18:04:33 +12:00
Arguments.html Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
CCache.html Fix various comment and documentation typos 2017-08-13 18:04:33 +12: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 Realign for some comments. 2016-12-31 23:29:45 +08:00
Contents.html Move C++ 'Default arguments' section in manual 2017-09-14 18:51:36 +01:00
Contract.html Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
CPlusPlus11.html Add docs for C++11 ref-qualifiers 2017-08-30 18:17:04 +01:00
CSharp.html Merge branch 'templates-scope-enforcement' 2017-08-16 21:44:51 +01:00
Customization.html More consistent formatting of examples in documentation 2017-08-16 00:24:25 +01:00
D.html Fix various comment and documentation typos 2017-08-13 18:04:33 +12:00
Extending.html Merge branch 'templates-scope-enforcement' 2017-08-16 21:44:51 +01:00
fixstyle.py HTML pdf doc generation fixes 2015-12-30 22:22:33 +00:00
Go.html More consistent formatting of examples in documentation 2017-08-16 00:24:25 +01:00
Guile.html Realign for some comments. 2016-12-31 23:29:45 +08:00
index.html Update version number to 4.0 in docs 2017-09-14 07:39:16 +01:00
Introduction.html Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
Java.html Merge branch 'templates-scope-enforcement' 2017-08-16 21:44:51 +01:00
Javascript.html Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
Library.html Documentation corrections to use targetlang formatting 2017-08-16 00:24:25 +01:00
linkchecker.config html links updates 2015-12-18 21:14:44 +00:00
Lisp.html Formatting fixes in Lisp docs 2017-06-03 18:37:05 +01:00
Lua.html More consistent formatting of examples in documentation 2017-08-16 00:24:25 +01:00
makechap.py Correct html documentation linking generated by makechap.py script 2015-12-30 22:22:31 +00: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 Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
Modules.html Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
Mzscheme.html Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
Ocaml.html Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
Octave.html Octave: add support for version 4.2 2017-01-22 11:53:12 +13:00
Perl5.html More consistent formatting of examples in documentation 2017-08-16 00:24:25 +01:00
Php.html Merge branch 'templates-scope-enforcement' 2017-08-16 21:44:51 +01:00
Pike.html More consistent formatting of examples in documentation 2017-08-16 00:24:25 +01:00
Preface.html html doc fixes 2016-04-02 13:47:23 +01:00
Preprocessor.html Fix some typos in docs and examples and make the code look nicer. 2016-12-31 23:06:56 +08:00
Python.html Merge branch 'templates-scope-enforcement' 2017-08-16 21:44:51 +01:00
R.html Escape literal > in HTML 2017-03-02 08:45:45 +13:00
README subject/verb agreement 2013-04-30 22:49:12 -03:00
Ruby.html Ruby doc tweak 2017-01-20 19:53:47 +00:00
Scilab.html Merge branch 'templates-scope-enforcement' 2017-08-16 21:44:51 +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 Update version number to 4.0 in docs 2017-09-14 07:39:16 +01:00
style.css HTML pdf doc generation fixes 2015-12-30 22:22:33 +00:00
SWIG.html More consistent formatting of examples in documentation 2017-08-16 00:24:25 +01:00
swig16.png remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
SWIGPlus.html Move C++ 'Default arguments' section in manual 2017-09-14 18:51:36 +01:00
Tcl.html More consistent formatting of examples in documentation 2017-08-16 00:24:25 +01:00
Typemaps.html Add docs for C++11 ref-qualifiers 2017-08-30 18:17:04 +01:00
Varargs.html More consistent formatting of examples in documentation 2017-08-16 00:24:25 +01:00
Warnings.html Correct some whitespace changes 2017-01-01 14:28:49 +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>