Skip to content

Commit

Permalink
HTML doc section update
Browse files Browse the repository at this point in the history
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13023 626c5289-ae23-0410-ae9c-e8d60b6d4f22
  • Loading branch information
wsfulton committed Apr 28, 2012
1 parent 88fa632 commit 127e772
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Doc/Manual/Contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,11 @@ <h3><a href="Preprocessor.html#Preprocessor">7 Preprocessing</a></h3>
<li><a href="Preprocessor.html#Preprocessor_nn5">Macro Expansion</a>
<li><a href="Preprocessor.html#Preprocessor_nn6">SWIG Macros</a>
<li><a href="Preprocessor.html#Preprocessor_nn7">C99 and GNU Extensions</a>
<li><a href="Preprocessor.html#Preprocessor_delimiters">Preprocessing and delimiters</a>
<ul>
<li><a href="Preprocessor.html#Preprocessor_nn8">Preprocessing and %{ ... %} &amp; " ... " delimiters</a>
<li><a href="Preprocessor.html#Preprocessor_nn9">Preprocessing and { ... } delimiters</a>
</ul>
<li><a href="Preprocessor.html#Preprocessor_typemap_delimiters">Preprocessor and Typemaps</a>
<li><a href="Preprocessor.html#Preprocessor_nn10">Viewing preprocessor output</a>
<li><a href="Preprocessor.html#Preprocessor_warning_error">The #error and #warning directives</a>
Expand Down
3 changes: 1 addition & 2 deletions Doc/Manual/Lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ <H3><a name="Lua_nn4"></a>26.2.2 Compiling and Linking and Interpreter</H3>
_ROM( AUXLIB_MOD, luaopen_mod, mod_map )\
....
</pre></div>
<p>
</p>

<div class="code"><pre>
/* Sample auxmods.h */
#define AUXLIB_PIO "pio"
Expand Down
14 changes: 9 additions & 5 deletions Doc/Manual/Preprocessor.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ <H1><a name="Preprocessor"></a>7 Preprocessing</H1>
<li><a href="#Preprocessor_nn5">Macro Expansion</a>
<li><a href="#Preprocessor_nn6">SWIG Macros</a>
<li><a href="#Preprocessor_nn7">C99 and GNU Extensions</a>
<li><a href="#Preprocessor_delimiters">Preprocessing and delimiters</a>
<ul>
<li><a href="#Preprocessor_nn8">Preprocessing and %{ ... %} &amp; " ... " delimiters</a>
<li><a href="#Preprocessor_nn9">Preprocessing and { ... } delimiters</a>
</ul>
<li><a href="#Preprocessor_typemap_delimiters">Preprocessor and Typemaps</a>
<li><a href="#Preprocessor_nn10">Viewing preprocessor output</a>
<li><a href="#Preprocessor_warning_error">The #error and #warning directives</a>
Expand Down Expand Up @@ -308,11 +311,12 @@ <H2><a name="Preprocessor_nn7"></a>7.6 C99 and GNU Extensions</H2>

<H2><a name="Preprocessor_delimiters"></a>7.7 Preprocessing and delimiters</H2>


<p>
The preprocessor handles { }, " " and %{ %} delimiters differently.
</p>

<H3><a name="Preprocessor_nn8"></a>7.7 Preprocessing and %{ ... %} &amp; " ... " delimiters</H3>
<H3><a name="Preprocessor_nn8"></a>7.7.1 Preprocessing and %{ ... %} &amp; " ... " delimiters</H3>


<p>
Expand All @@ -337,7 +341,7 @@ <H3><a name="Preprocessor_nn8"></a>7.7 Preprocessing and %{ ... %} &amp; " ... "
modification to the output (including all preprocessor directives).
</p>

<H3><a name="Preprocessor_nn9"></a>7.8 Preprocessing and { ... } delimiters</H3>
<H3><a name="Preprocessor_nn9"></a>7.7.2 Preprocessing and { ... } delimiters</H3>


<p>
Expand Down Expand Up @@ -379,7 +383,7 @@ <H3><a name="Preprocessor_nn9"></a>7.8 Preprocessing and { ... } delimiters</H3>
SWIG will strip the extra <tt>%</tt> and leave the preprocessor directive in the code.
</p>

<H2><a name="Preprocessor_typemap_delimiters"></a>7.9 Preprocessor and Typemaps</H2>
<H2><a name="Preprocessor_typemap_delimiters"></a>7.8 Preprocessor and Typemaps</H2>


<p>
Expand Down Expand Up @@ -450,7 +454,7 @@ <H2><a name="Preprocessor_typemap_delimiters"></a>7.9 Preprocessor and Typemaps<
</div>


<H2><a name="Preprocessor_nn10"></a>7.10 Viewing preprocessor output</H2>
<H2><a name="Preprocessor_nn10"></a>7.9 Viewing preprocessor output</H2>


<p>
Expand All @@ -460,7 +464,7 @@ <H2><a name="Preprocessor_nn10"></a>7.10 Viewing preprocessor output</H2>
This might be useful as an aid to debugging and viewing the results of macro expansions.
</p>

<H2><a name="Preprocessor_warning_error"></a>7.11 The #error and #warning directives</H2>
<H2><a name="Preprocessor_warning_error"></a>7.10 The #error and #warning directives</H2>


<p>
Expand Down

0 comments on commit 127e772

Please sign in to comment.