aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual/Preprocessor.html
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-11 19:02:03 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-11 19:02:03 +0000
commitd16d145787c45954c533c2208b9a0ae721df9002 (patch)
tree79eaa80d068fdb7859552b6c72488e064d67acb4 /Doc/Manual/Preprocessor.html
parenta5b301ba83810f55da9947765dd249a78ec99855 (diff)
downloadswig-d16d145787c45954c533c2208b9a0ae721df9002.tar.gz
Documentation section numbering update
[skip ci]
Diffstat (limited to 'Doc/Manual/Preprocessor.html')
-rw-r--r--Doc/Manual/Preprocessor.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/Doc/Manual/Preprocessor.html b/Doc/Manual/Preprocessor.html
index 10efe0c15..1bf59e238 100644
--- a/Doc/Manual/Preprocessor.html
+++ b/Doc/Manual/Preprocessor.html
@@ -7,7 +7,7 @@
</head>
<body bgcolor="#ffffff">
-<H1><a name="Preprocessor">9 Preprocessing</a></H1>
+<H1><a name="Preprocessor">10 Preprocessing</a></H1>
<!-- INDEX -->
<div class="sectiontoc">
<ul>
@@ -38,7 +38,7 @@ However, a number of modifications and enhancements have been made. This
chapter describes some of these modifications.
</p>
-<H2><a name="Preprocessor_nn2">9.1 File inclusion</a></H2>
+<H2><a name="Preprocessor_nn2">10.1 File inclusion</a></H2>
<p>
@@ -64,7 +64,7 @@ By default, the <tt>#include</tt> is ignored unless you run SWIG with the
is that you often don't want SWIG to try and wrap everything included
in standard header system headers and auxiliary files.
-<H2><a name="Preprocessor_nn3">9.2 File imports</a></H2>
+<H2><a name="Preprocessor_nn3">10.2 File imports</a></H2>
<p>
@@ -93,7 +93,7 @@ The <tt>-importall</tt> directive tells SWIG to follow all <tt>#include</tt> sta
as imports. This might be useful if you want to extract type definitions from system
header files without generating any wrappers.
-<H2><a name="Preprocessor_condition_compilation">9.3 Conditional Compilation</a></H2>
+<H2><a name="Preprocessor_condition_compilation">10.3 Conditional Compilation</a></H2>
<p>
@@ -151,7 +151,7 @@ SWIG (except for the symbol `<tt>SWIG</tt>' which is only defined
within the SWIG compiler).
</p>
-<H2><a name="Preprocessor_nn5">9.4 Macro Expansion</a></H2>
+<H2><a name="Preprocessor_nn5">10.4 Macro Expansion</a></H2>
<p>
@@ -206,7 +206,7 @@ like <tt>#x</tt>. This is a non-standard SWIG extension.
</li>
</ul>
-<H2><a name="Preprocessor_nn6">9.5 SWIG Macros</a></H2>
+<H2><a name="Preprocessor_nn6">10.5 SWIG Macros</a></H2>
<p>
@@ -252,7 +252,7 @@ many of SWIG's advanced features and libraries are built using this mechanism (s
support).
</p>
-<H2><a name="Preprocessor_nn7">9.6 C99 and GNU Extensions</a></H2>
+<H2><a name="Preprocessor_nn7">10.6 C99 and GNU Extensions</a></H2>
<p>
@@ -308,14 +308,14 @@ interface building. However, they are used internally to implement a number of
SWIG directives and are provided to make SWIG more compatible with C99 code.
</p>
-<H2><a name="Preprocessor_delimiters">9.7 Preprocessing and delimiters</a></H2>
+<H2><a name="Preprocessor_delimiters">10.7 Preprocessing and delimiters</a></H2>
<p>
The preprocessor handles { }, " " and %{ %} delimiters differently.
</p>
-<H3><a name="Preprocessor_nn8">9.7.1 Preprocessing and %{ ... %} &amp; " ... " delimiters</a></H3>
+<H3><a name="Preprocessor_nn8">10.7.1 Preprocessing and %{ ... %} &amp; " ... " delimiters</a></H3>
<p>
@@ -340,7 +340,7 @@ the contents of the <tt>%{ ... %}</tt> block are copied without
modification to the output (including all preprocessor directives).
</p>
-<H3><a name="Preprocessor_nn9">9.7.2 Preprocessing and { ... } delimiters</a></H3>
+<H3><a name="Preprocessor_nn9">10.7.2 Preprocessing and { ... } delimiters</a></H3>
<p>
@@ -382,7 +382,7 @@ to actually go into the wrapper file, prefix the preprocessor directives with <t
SWIG will strip the extra <tt>%</tt> and leave the preprocessor directive in the code.
</p>
-<H2><a name="Preprocessor_typemap_delimiters">9.8 Preprocessor and Typemaps</a></H2>
+<H2><a name="Preprocessor_typemap_delimiters">10.8 Preprocessor and Typemaps</a></H2>
<p>
@@ -453,7 +453,7 @@ would generate
</div>
-<H2><a name="Preprocessor_nn10">9.9 Viewing preprocessor output</a></H2>
+<H2><a name="Preprocessor_nn10">10.9 Viewing preprocessor output</a></H2>
<p>
@@ -463,7 +463,7 @@ Instead the results after the preprocessor has run are displayed.
This might be useful as an aid to debugging and viewing the results of macro expansions.
</p>
-<H2><a name="Preprocessor_warning_error">9.10 The #error and #warning directives</a></H2>
+<H2><a name="Preprocessor_warning_error">10.10 The #error and #warning directives</a></H2>
<p>