HTML fixes
This commit is contained in:
parent
3159de3e9f
commit
5682d940e5
2 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ inequality tests are also supported, for example:
|
|||
|
||||
<div class="code">
|
||||
<pre>
|
||||
#if defined __cplusplus && (#__VA_ARGS__ != "" || #TYPE == "void")
|
||||
#if defined __cplusplus && (#__VA_ARGS__ != "" || #TYPE == "void")
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -2392,6 +2392,7 @@ This can be used to simply rename a method, across an entire class hierarchy for
|
|||
This also applies to methods introduced via <tt>using</tt> declarations, see
|
||||
<a href="#SWIGPlus_nn35">Using declarations and inheritance</a>.
|
||||
For example:
|
||||
</p>
|
||||
|
||||
<div class="code">
|
||||
<pre>
|
||||
|
|
@ -2428,7 +2429,6 @@ public:
|
|||
</pre>
|
||||
</div>
|
||||
|
||||
</p>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue