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
|
|
@ -6,7 +6,7 @@
|
|||
</head>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
<H1><a name="Preface"></a>1 Preface</H1>
|
||||
<H1><a name="Preface">1 Preface</a></H1>
|
||||
<!-- INDEX -->
|
||||
<div class="sectiontoc">
|
||||
<ul>
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
|
||||
|
||||
<H2><a name="Preface_nn2"></a>1.1 Introduction</H2>
|
||||
<H2><a name="Preface_nn2">1.1 Introduction</a></H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -58,7 +58,7 @@ has since evolved into a general purpose tool that is used in a wide
|
|||
variety of applications--in fact almost anything where C/C++ programming
|
||||
is involved.
|
||||
|
||||
<H2><a name="Preface_nn4"></a>1.2 SWIG Versions</H2>
|
||||
<H2><a name="Preface_nn4">1.2 SWIG Versions</a></H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -70,7 +70,7 @@ An official stable version was released along with the decision to make SWIG
|
|||
license changes and this gave rise to version 2.0.0 in 2010.
|
||||
</p>
|
||||
|
||||
<H2><a name="Preface_license"></a>1.3 SWIG License</H2>
|
||||
<H2><a name="Preface_license">1.3 SWIG License</a></H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -86,7 +86,7 @@ under license terms of the user's choice/requirements and at the same time the S
|
|||
source was placed under the GNU General Public License version 3.
|
||||
</p>
|
||||
|
||||
<H2><a name="Preface_nn5"></a>1.4 SWIG resources</H2>
|
||||
<H2><a name="Preface_nn5">1.4 SWIG resources</a></H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -126,7 +126,7 @@ about this can be obtained at:
|
|||
|
||||
|
||||
|
||||
<H2><a name="Preface_nn6"></a>1.5 Prerequisites</H2>
|
||||
<H2><a name="Preface_nn6">1.5 Prerequisites</a></H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -151,7 +151,7 @@ However, this isn't meant to be a tutorial on C++ programming. For many
|
|||
of the gory details, you will almost certainly want to consult a good C++ reference. If you don't program
|
||||
in C++, you may just want to skip those parts of the manual.
|
||||
|
||||
<H2><a name="Preface_nn7"></a>1.6 Organization of this manual</H2>
|
||||
<H2><a name="Preface_nn7">1.6 Organization of this manual</a></H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -163,7 +163,7 @@ can probably skip to that chapter and find almost everything you need
|
|||
to know.
|
||||
</p>
|
||||
|
||||
<H2><a name="Preface_nn8"></a>1.7 How to avoid reading the manual</H2>
|
||||
<H2><a name="Preface_nn8">1.7 How to avoid reading the manual</a></H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -175,7 +175,7 @@ The SWIG distribution also comes with a large directory of
|
|||
examples that illustrate different topics.
|
||||
</p>
|
||||
|
||||
<H2><a name="Preface_nn9"></a>1.8 Backwards compatibility</H2>
|
||||
<H2><a name="Preface_nn9">1.8 Backwards compatibility</a></H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -211,7 +211,7 @@ Note: The version symbol is not defined in the generated SWIG
|
|||
wrapper file. The SWIG preprocessor has defined SWIG_VERSION since SWIG-1.3.11.
|
||||
</p>
|
||||
|
||||
<H2><a name="Preface_release_notes"></a>1.9 Release notes</H2>
|
||||
<H2><a name="Preface_release_notes">1.9 Release notes</a></H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -220,7 +220,7 @@ contain, respectively, detailed release notes for the current version,
|
|||
detailed release notes for previous releases and summary release notes from SWIG-1.3.22 onwards.
|
||||
</p>
|
||||
|
||||
<H2><a name="Preface_nn10"></a>1.10 Credits</H2>
|
||||
<H2><a name="Preface_nn10">1.10 Credits</a></H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -233,7 +233,7 @@ who have made contributions at all levels over time. Contributors
|
|||
are mentioned either in the COPYRIGHT file or CHANGES files shipped with SWIG or in submitted bugs.
|
||||
</p>
|
||||
|
||||
<H2><a name="Preface_nn11"></a>1.11 Bug reports</H2>
|
||||
<H2><a name="Preface_nn11">1.11 Bug reports</a></H2>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -248,10 +248,10 @@ used, and any important pieces of the SWIG generated wrapper code. We
|
|||
can only fix bugs if we know about them.
|
||||
</p>
|
||||
|
||||
<H2><a name="Preface_installation"></a>1.12 Installation</H2>
|
||||
<H2><a name="Preface_installation">1.12 Installation</a></H2>
|
||||
|
||||
|
||||
<H3><a name="Preface_windows_installation"></a>1.12.1 Windows installation</H3>
|
||||
<H3><a name="Preface_windows_installation">1.12.1 Windows installation</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -262,7 +262,7 @@ the top level directory. Otherwise it is exactly the same as
|
|||
the main SWIG distribution. There is no need to download anything else.
|
||||
</p>
|
||||
|
||||
<H3><a name="Preface_unix_installation"></a>1.12.2 Unix installation</H3>
|
||||
<H3><a name="Preface_unix_installation">1.12.2 Unix installation</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -350,7 +350,7 @@ a number of packages to be installed. Full instructions at
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<H3><a name="Preface_osx_installation"></a>1.12.3 Macintosh OS X installation</H3>
|
||||
<H3><a name="Preface_osx_installation">1.12.3 Macintosh OS X installation</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -378,7 +378,7 @@ Darwin's two-level namespaces. Some details about this can be found here
|
|||
Needless to say, you might have to experiment a bit to get things working at first.
|
||||
</p>
|
||||
|
||||
<H3><a name="Preface_testing"></a>1.12.4 Testing</H3>
|
||||
<H3><a name="Preface_testing">1.12.4 Testing</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
@ -432,7 +432,7 @@ have many different target languages installed and a slow machine, it
|
|||
might take more than an hour to run the test-suite.
|
||||
</p>
|
||||
|
||||
<H3><a name="Preface_examples"></a>1.12.5 Examples</H3>
|
||||
<H3><a name="Preface_examples">1.12.5 Examples</a></H3>
|
||||
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue