~ubuntu-branches/ubuntu/edgy/swig1.3/edgy

« back to all changes in this revision

Viewing changes to Doc/Manual/Sections.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-01-10 09:48:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050110094852-axi555axhj1brbwq
Tags: 1.3.22-5ubuntu2
Build using python2.4 and pike7.6. Closes: #4146.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<title>SWIG-1.3 Documentation</title>
 
5
</head>
 
6
<body bgcolor="#ffffff">
 
7
<H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>
 
8
 
 
9
Last update : SWIG-1.3.22 (September 4, 2004)
 
10
 
 
11
<H2>Sections</H2>
 
12
 
 
13
<p>
 
14
The SWIG documentation is being updated to reflect new SWIG
 
15
features and enhancements.  However, this update process is not quite
 
16
finished--there is a lot of old SWIG-1.1 documentation and it is taking
 
17
some time to update all of it.  Please pardon our dust (or volunteer
 
18
to help!).
 
19
</p>
 
20
 
 
21
<H3>SWIG Core Documentation</H3>
 
22
<ul>
 
23
<li><a href="Preface.html#Preface">Preface</a></li>
 
24
<li><a href="Introduction.html#Introduction">Introduction</a></li>
 
25
<li><a href="Windows.html#Windows">Getting started on Windows</a></li>
 
26
<li><a href="Scripting.html#Scripting">Scripting</a></li>
 
27
<li><a href="SWIG.html#SWIG">SWIG Basics</a> (Read this!)</li>
 
28
<li><a href="SWIGPlus.html#SWIGPlus">SWIG and C++</a></li>
 
29
<li><a href="Preprocessor.html#Preprocessor">The SWIG preprocessor</a></li>
 
30
<li><a href="Library.html#Library">The SWIG Library</a></li>
 
31
<li><a href="Arguments.html#Arguments">Argument handling</a></li>
 
32
<li><a href="Typemaps.html#Typemaps">Typemaps</a></li>
 
33
<li><a href="Customization.html#Customization">Customization features</a></li>
 
34
<li><a href="Contract.html#Contract">Contracts</a></li>
 
35
<li><a href="Varargs.html#Varargs">Variable length arguments</a></li>
 
36
<li><a href="Warnings.html#Warnings">Warning messages</a></li>
 
37
<li><a href="Modules.html#Modules">Working with Modules</a></li>
 
38
</ul>
 
39
 
 
40
<H3>Language Module Documentation</H3>
 
41
 
 
42
<ul>
 
43
<li><a href="CSharp.html#CSharp">C# support</a></li>
 
44
<li><a href="Chicken.html#Chicken">Chicken support</a></li>
 
45
<li><a href="Guile.html#Guile">Guile support</a></li>
 
46
<li><a href="Java.html#Java">Java support</a></li>
 
47
<li><a href="Ocaml.html#Ocaml">Ocaml support</a></li>
 
48
<li><a href="Perl5.html#Perl5">Perl5 support</a></li>
 
49
<li><a href="Php.html#Php">PHP support</a></li>
 
50
<li><a href="Python.html#Python">Python support</a></li>
 
51
<li><a href="Ruby.html#Ruby">Ruby support</a></li>
 
52
<li><a href="Tcl.html#Tcl">Tcl support</a></li>
 
53
</ul>
 
54
 
 
55
<H3>Developer Documentation</H3>
 
56
 
 
57
<ul>
 
58
<li><a href="Extending.html#Extending">Extending SWIG</a></li>
 
59
</ul>
 
60
 
 
61
<H3>Documentation that has not yet been updated</H3>
 
62
 
 
63
<p>
 
64
This documentation has not been completely updated from SWIG-1.1, but most of the topics
 
65
still apply to the current release.  Make sure you read the
 
66
<a href="SWIG.html#SWIG">SWIG Basics</a> chapter before reading
 
67
any of these chapters.  Also, SWIG-1.3.10 features extensive changes to the 
 
68
implementation of typemaps.   Make sure you read the <a href="Typemaps.html#Typemaps">Typemaps</a> 
 
69
chapter above if you are using this feature.
 
70
</p>
 
71
 
 
72
<ul>
 
73
<li><a href="Advanced.html#Advanced">Advanced topics</a>  (see <a href="Modules.html#Modules">Modules</a> for updated information).</li>
 
74
</ul>
 
75
 
 
76
</body>
 
77
</html>