Correct links in html documentation using new version of makechap.py
Corrects position of heading text within A and H1, H2, ... elements.
This commit is contained in:
parent
abe42bbb16
commit
8288ac15a0
41 changed files with 1262 additions and 1262 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<H1><a name="Modula3"></a>29 SWIG and Modula-3</H1>
|
||||
<H1><a name="Modula3">29 SWIG and Modula-3</a></H1>
|
||||
<!-- INDEX -->
|
||||
<div class="sectiontoc">
|
||||
<ul>
|
||||
|
|
@ -54,7 +54,7 @@ especially
|
|||
<a href="Typemaps.html#Typemaps">typemaps</a>.
|
||||
</p>
|
||||
|
||||
<H2><a name="Modula3_modula3_overview"></a>29.1 Overview</H2>
|
||||
<H2><a name="Modula3_modula3_overview">29.1 Overview</a></H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -84,7 +84,7 @@ FFTW
|
|||
</li>
|
||||
</ol>
|
||||
|
||||
<H3><a name="Modula3_motivation"></a>29.1.1 Motivation</H3>
|
||||
<H3><a name="Modula3_motivation">29.1.1 Motivation</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -131,10 +131,10 @@ functions), but it doesn't allow you to easily integrate a Modula-3 module into
|
|||
a C/C++ project.
|
||||
</p>
|
||||
|
||||
<H2><a name="Modula3_conception"></a>29.2 Conception</H2>
|
||||
<H2><a name="Modula3_conception">29.2 Conception</a></H2>
|
||||
|
||||
|
||||
<H3><a name="Modula3_cinterface"></a>29.2.1 Interfaces to C libraries</H3>
|
||||
<H3><a name="Modula3_cinterface">29.2.1 Interfaces to C libraries</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -283,7 +283,7 @@ and the principal type must be renamed (<tt>%typemap</tt>).
|
|||
</p>
|
||||
|
||||
|
||||
<H3><a name="Modula3_cppinterface"></a>29.2.2 Interfaces to C++ libraries</H3>
|
||||
<H3><a name="Modula3_cppinterface">29.2.2 Interfaces to C++ libraries</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -384,10 +384,10 @@ There is no C++ library I wrote a SWIG interface for,
|
|||
so I'm not sure if this is possible or sensible, yet.
|
||||
</p>
|
||||
|
||||
<H2><a name="Modula3_preliminaries"></a>29.3 Preliminaries</H2>
|
||||
<H2><a name="Modula3_preliminaries">29.3 Preliminaries</a></H2>
|
||||
|
||||
|
||||
<H3><a name="Modula3_compilers"></a>29.3.1 Compilers</H3>
|
||||
<H3><a name="Modula3_compilers">29.3.1 Compilers</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -400,7 +400,7 @@ For testing examples I use Critical Mass cm3.
|
|||
</p>
|
||||
|
||||
|
||||
<H3><a name="Modula3_commandline"></a>29.3.2 Additional Commandline Options</H3>
|
||||
<H3><a name="Modula3_commandline">29.3.2 Additional Commandline Options</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -477,10 +477,10 @@ Instead generate templates for some basic typemaps.
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<H2><a name="Modula3_typemaps"></a>29.4 Modula-3 typemaps</H2>
|
||||
<H2><a name="Modula3_typemaps">29.4 Modula-3 typemaps</a></H2>
|
||||
|
||||
|
||||
<H3><a name="Modula3_inoutparam"></a>29.4.1 Inputs and outputs</H3>
|
||||
<H3><a name="Modula3_inoutparam">29.4.1 Inputs and outputs</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -694,7 +694,7 @@ consist of the following parts:
|
|||
</table>
|
||||
|
||||
|
||||
<H3><a name="Modula3_ordinals"></a>29.4.2 Subranges, Enumerations, Sets</H3>
|
||||
<H3><a name="Modula3_ordinals">29.4.2 Subranges, Enumerations, Sets</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -746,7 +746,7 @@ that I'd like to automate.
|
|||
</p>
|
||||
|
||||
|
||||
<H3><a name="Modula3_class"></a>29.4.3 Objects</H3>
|
||||
<H3><a name="Modula3_class">29.4.3 Objects</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -759,7 +759,7 @@ is not really useful, yet.
|
|||
</p>
|
||||
|
||||
|
||||
<H3><a name="Modula3_imports"></a>29.4.4 Imports</H3>
|
||||
<H3><a name="Modula3_imports">29.4.4 Imports</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -792,7 +792,7 @@ IMPORT M3toC;
|
|||
</pre></div>
|
||||
|
||||
|
||||
<H3><a name="Modula3_exceptions"></a>29.4.5 Exceptions</H3>
|
||||
<H3><a name="Modula3_exceptions">29.4.5 Exceptions</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -816,7 +816,7 @@ you should declare
|
|||
<tt>%typemap("m3wrapinconv:throws") blah * %{OSError.E%}</tt>.
|
||||
</p>
|
||||
|
||||
<H3><a name="Modula3_typemap_example"></a>29.4.6 Example</H3>
|
||||
<H3><a name="Modula3_typemap_example">29.4.6 Example</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -863,10 +863,10 @@ where almost everything is generated by a typemap:
|
|||
</pre></div>
|
||||
|
||||
|
||||
<H2><a name="Modula3_hints"></a>29.5 More hints to the generator</H2>
|
||||
<H2><a name="Modula3_hints">29.5 More hints to the generator</a></H2>
|
||||
|
||||
|
||||
<H3><a name="Modula3_features"></a>29.5.1 Features</H3>
|
||||
<H3><a name="Modula3_features">29.5.1 Features</a></H3>
|
||||
|
||||
|
||||
<table border summary="Modula-3 features">
|
||||
|
|
@ -903,7 +903,7 @@ where almost everything is generated by a typemap:
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<H3><a name="Modula3_pragmas"></a>29.5.2 Pragmas</H3>
|
||||
<H3><a name="Modula3_pragmas">29.5.2 Pragmas</a></H3>
|
||||
|
||||
|
||||
<table border summary="Modula-3 pragmas">
|
||||
|
|
@ -926,7 +926,7 @@ where almost everything is generated by a typemap:
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<H2><a name="Modula3_remarks"></a>29.6 Remarks</H2>
|
||||
<H2><a name="Modula3_remarks">29.6 Remarks</a></H2>
|
||||
|
||||
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue