Docs - remove html tags from headings

This commit is contained in:
William S Fulton 2015-12-22 19:06:25 +00:00
commit cacb36bedb
6 changed files with 33 additions and 33 deletions

View file

@ -24,8 +24,8 @@
<li><a href="#SWIG_nn10">Basic Type Handling</a>
<li><a href="#SWIG_nn11">Global Variables</a>
<li><a href="#SWIG_nn12">Constants</a>
<li><a href="#SWIG_nn13">A brief word about <tt>const</tt></a>
<li><a href="#SWIG_nn14">A cautionary tale of <tt>char *</tt></a>
<li><a href="#SWIG_nn13">A brief word about const</a>
<li><a href="#SWIG_nn14">A cautionary tale of char *</a>
</ul>
<li><a href="#SWIG_nn15">Pointers and complex objects</a>
<ul>
@ -40,7 +40,7 @@
<li><a href="#SWIG_nn22">Passing structures by value</a>
<li><a href="#SWIG_nn23">Return by value</a>
<li><a href="#SWIG_nn24">Linking to structure variables</a>
<li><a href="#SWIG_nn25">Linking to <tt>char *</tt></a>
<li><a href="#SWIG_nn25">Linking to char *</a>
<li><a href="#SWIG_nn26">Arrays</a>
<li><a href="#SWIG_readonly_variables">Creating read-only variables</a>
<li><a href="#SWIG_rename_ignore">Renaming and ignoring declarations</a>
@ -758,7 +758,7 @@ is only used when you want to add constants to the scripting language
interface that are not defined in the original header file.
</p>
<H3><a name="SWIG_nn13">5.2.4 A brief word about <tt>const</tt></a></H3>
<H3><a name="SWIG_nn13">5.2.4 A brief word about const</a></H3>
<p>
@ -860,7 +860,7 @@ const int spam = 42;
</pre>
</div>
<H3><a name="SWIG_nn14">5.2.5 A cautionary tale of <tt>char *</tt></a></H3>
<H3><a name="SWIG_nn14">5.2.5 A cautionary tale of char *</a></H3>
<p>
@ -1329,7 +1329,7 @@ C++ classes must supply a properly defined copy constructor in order for
assignment to work correctly.
</p>
<H3><a name="SWIG_nn25">5.4.4 Linking to <tt>char *</tt></a></H3>
<H3><a name="SWIG_nn25">5.4.4 Linking to char *</a></H3>
<p>