You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following examples are shipped with SWIG under the Examples/android directory and include a Makefile to build and install each example.
78
78
</p>
79
79
80
-
<H3><aname="Android_example_simple">22.2.2 Simple C example</a></H3>
80
+
<H3><aname="Android_example_simple">21.2.2 Simple C example</a></H3>
81
81
82
82
83
83
<p>
@@ -399,7 +399,7 @@ <H3><a name="Android_example_simple">22.2.2 Simple C example</a></H3>
399
399
<center><imgsrc="android-simple.png" alt="Android screenshot of SwigSimple example"></center>
400
400
401
401
402
-
<H3><aname="Android_example_class">22.2.3 C++ class example</a></H3>
402
+
<H3><aname="Android_example_class">21.2.3 C++ class example</a></H3>
403
403
404
404
405
405
<p>
@@ -747,7 +747,7 @@ <H3><a name="Android_example_class">22.2.3 C++ class example</a></H3>
747
747
748
748
<center><imgsrc="android-class.png" alt="Android screenshot of SwigClass example"></center>
749
749
750
-
<H3><aname="Android_examples_other">22.2.4 Other examples</a></H3>
750
+
<H3><aname="Android_examples_other">21.2.4 Other examples</a></H3>
751
751
752
752
753
753
<p>
@@ -759,7 +759,7 @@ <H3><a name="Android_examples_other">22.2.4 Other examples</a></H3>
759
759
Normally C++ exception handling and the STL is not available by default in the version of g++ shipped with Android, but this example turns these features on as described in the next section.
0 commit comments