swig/Doc/Manual
2022-07-30 17:41:13 +01: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++20 documentation chapter 2020-06-08 20:56:40 +01:00
Arguments.html Add C++20 documentation chapter 2020-06-08 20:56:40 +01:00
CCache.html Add C++20 documentation chapter 2020-06-08 20:56:40 +01:00
ch2.1.png The great merge 2002-11-30 22:01:28 +00:00
chapters Add C++20 documentation chapter 2020-06-08 20:56:40 +01:00
Contents.html Add std::unique support 2022-07-02 16:17:18 +01:00
Contract.html Add C++20 documentation chapter 2020-06-08 20:56:40 +01:00
CPlusPlus11.html Update docs for C++ attribute support 2022-07-08 15:57:29 +12: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
CPlusPlus20.html Minor editing of C++20 docs 2022-07-30 17:41:13 +01:00
CSharp.html Add special variable imfuncname expansion for C# and D 2022-05-30 19:43:04 +01:00
Customization.html Add C++20 documentation chapter 2020-06-08 20:56:40 +01:00
D.html Add special variable imfuncname expansion for C# and D 2022-05-30 19:43:04 +01:00
Doxygen.html Fix typos in docs and comments 2022-02-27 18:15:46 +13:00
Extending.html Improvements to the -debug command line options 2022-03-25 23:34:52 +00:00
fixstyle.py HTML pdf doc generation fixes 2015-12-30 22:22:33 +00:00
Go.html [Go] Make -intgosize optional 2022-03-16 18:30:05 +13:00
Guile.html Stop suggesting %name in Guile.html 2022-03-07 10:31:52 +13:00
index.html Update version number to 4.0 in docs 2017-09-14 07:39:16 +01:00
Introduction.html Add C++20 documentation chapter 2020-06-08 20:56:40 +01:00
Java.html Merge branch 'imfunc' 2022-05-30 19:45:28 +01:00
Javascript.html [js] Update docs re v8 support 2021-12-02 14:01:27 +13:00
Library.html std::unique_ptr std::auto_ptr tidyup 2022-07-19 20:23:06 +01: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 Fix typos in docs and comments 2022-02-27 18:15:46 +13:00
makechap.py Update python manual scripts to py3 compatibility (#2204) 2022-03-18 13:29:22 +13:00
Makefile Add linkchecker3 make target to check internal links 2019-04-15 19:31:32 +01:00
maketoc.py Update python manual scripts to py3 compatibility (#2204) 2022-03-18 13:29:22 +13:00
Modules.html Fix module example so generated code compiles 2022-03-18 19:26:16 +13:00
Mzscheme.html Add C++20 documentation chapter 2020-06-08 20:56:40 +01:00
Ocaml.html [ocaml] Improve the Qt example 2022-02-01 11:46:39 +13:00
Octave.html Fix missing HTML escaping in Octave docs 2022-01-18 13:56:07 +13:00
Perl5.html Remove confusing extra parameter from doc example 2022-03-09 15:05:44 +13:00
Php.html Minor PHP documentation improvements 2022-07-11 16:39:17 +12:00
Preface.html Few more PCRE to PCRE2 changes 2022-01-21 18:35:20 +00:00
Preprocessor.html Improve #include guard macros 2022-07-19 09:35:46 +12:00
Python.html Update everything for dropping Python 3.2 support 2022-07-19 13:20:07 +12:00
R.html Fix typos 2021-11-17 07:07:02 +02:00
README subject/verb agreement 2013-04-30 22:49:12 -03:00
Ruby.html Add C++20 documentation chapter 2020-06-08 20:56:40 +01:00
Scilab.html [Scilab] remove targetversion argument 2022-02-21 10:01:59 +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 C++20 documentation chapter 2020-06-08 20:56:40 +01:00
style.css Reformat tag lists in doxygen documentation 2019-09-15 10:57:58 -05:00
SWIG.html Document lack of separate ISO C tag namespace 2022-07-28 07:06:00 +12:00
swig16.png remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
SWIGPlus.html Movable and move-only types supported in "out" typemaps. 2022-06-30 17:26:48 +01:00
Tcl.html Clean up Tcl version docs and handling 2022-07-28 14:30:43 +12:00
Typemaps.html Movable and move-only types supported in "out" typemaps. 2022-06-30 17:26:48 +01:00
Varargs.html Remove some usage of strdup 2022-05-07 07:09:44 +01:00
Warnings.html Using declarations in inheritance hierarchy improvements. 2022-02-26 12:46:06 +00:00
Windows.html Update CMake build to use NuGet Bison3 2022-01-29 09:19:04 +13: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>