swig/Doc/Manual
William S Fulton 6efb5ab7d1 Add missing CPlusPlus17.html file
Mistakenly omitted from 066c396ad6
2018-05-24 07:04:22 +01:00
..
Allegrocl.html Misc. typos 2018-05-17 10:04:23 -04: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 Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Arguments.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
CCache.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
ch2.1.png The great merge 2002-11-30 22:01:28 +00:00
chapters Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Chicken.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Contents.html Misc. typos 2018-05-17 10:04:23 -04:00
Contract.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
CPlusPlus11.html Add docs for C++11 ref-qualifiers 2017-08-30 18:17:04 +01:00
CPlusPlus17.html Add missing CPlusPlus17.html file 2018-05-24 07:04:22 +01:00
CSharp.html follow-up typos 2018-05-17 10:26:00 -04:00
Customization.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
D.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Extending.html follow-up typos 2018-05-17 10:26:00 -04:00
fixstyle.py HTML pdf doc generation fixes 2015-12-30 22:22:33 +00:00
Go.html follow-up typos 2018-05-17 10:26:00 -04:00
Guile.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
index.html Update version number to 4.0 in docs 2017-09-14 07:39:16 +01:00
Introduction.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Java.html follow-up typos 2018-05-17 10:26:00 -04:00
Javascript.html Fix another documentation typo 2018-05-18 10:14:10 +12:00
Library.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
linkchecker.config html links updates 2015-12-18 21:14:44 +00:00
Lisp.html follow-up typos 2018-05-17 10:26:00 -04:00
Lua.html Add C++17 documentation chapter 2018-05-14 21:29:46 +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 Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Modules.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Mzscheme.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Ocaml.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Octave.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Perl5.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Php.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Pike.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Preface.html Misc. typos 2018-05-17 10:04:23 -04:00
Preprocessor.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Python.html Misc. typos 2018-05-17 10:04:23 -04:00
R.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
README subject/verb agreement 2013-04-30 22:49:12 -03:00
Ruby.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Scilab.html Changed scilab.html link anchor name per request 2018-05-17 10:06:23 -04: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 C++17 documentation chapter 2018-05-14 21:29:46 +01:00
style.css HTML pdf doc generation fixes 2015-12-30 22:22:33 +00:00
SWIG.html Add documentation for option files 2018-01-12 15:01:45 -06:00
swig16.png remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
SWIGPlus.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Tcl.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Typemaps.html follow-up typos 2018-05-17 10:26:00 -04:00
Varargs.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01:00
Warnings.html Add C++17 documentation chapter 2018-05-14 21:29:46 +01: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>