Further cleaning up of class examples

This commit is contained in:
Olly Betts 2014-02-24 10:10:24 +13:00
commit 0de4cf13a8
29 changed files with 150 additions and 216 deletions

View file

@ -7,4 +7,3 @@
/* Let's just grab the original header file here */
%include "example.h"

View file

@ -12,7 +12,7 @@
<H2>Wrapping a simple C++ class</H2>
<p>
This example illustrates wrapping a simple C++ class to give a Python class.
This example illustrates wrapping a simple C++ class to give a Ruby class.
<h2>The C++ Code</h2>
@ -147,7 +147,7 @@ due to Ruby's sophisticated extension API.
<li>SWIG <b>does</b> know how to properly perform upcasting of objects in
an inheritance hierarchy except for multiple inheritance.
<li>C++ Namespaces - %nspace isn't yet supported for Python.
<li>C++ Namespaces - %nspace isn't yet supported for Ruby.
</ul>