summaryrefslogtreecommitdiff
path: root/Doc/Devel/index.html
blob: 4ddc63a767bdbaf5dc72780dee0c528bf7656441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
<head>
<title>SWIG Documentation</title>
</head>

<body>
This directory contains SWIG documentation:

<ul>
<li><a href="engineering.html">Engineering Manual</a>
<li><a href="internals.html">Internals Manual</a>
<li><a href="migrate.txt">SWIG1.3 Migration Guide</a>
</ul>

The following documentation describe the internal APIs used by SWIG.  These may be useful to module developers.

<ul>
<li><a href="file.html">File handling functions</a>
<li><a href="cmdopt.html">Command line arguments</a>
<li><a href="tree.html">Parse tree navigation and manipulation</a>
<li><a href="parm.html">Parameter and Parameter list handling functions</a>
<li><a href="scanner.html">Generic C/C++ Scanner interface</a>
<li><a href="wrapobj.html">Wrapper objects</a>.
<li><a href="runtime.txt">SWIG Runtime</a>.
</ul>

<hr>
Copyright (C) 1999-2007 SWIG Development Team.

</body>
</html>