aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2012-09-13 19:03:24 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2012-09-13 19:03:24 +0000
commitf18d75f07e54fc6aaf7d258f27dbe0d0796ab5f6 (patch)
tree5598a8b4ccccd09e9ea0fe1a904aa646844bed5c /Doc/Manual
parentb38722e8ee5ba71647a9b074270b23028b4850a6 (diff)
downloadswig-f18d75f07e54fc6aaf7d258f27dbe0d0796ab5f6.tar.gz
Android docs on examples update and cosmetic change to Android extend
example. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13835 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Manual')
-rw-r--r--Doc/Manual/Android.html8
-rw-r--r--Doc/Manual/Contents.html1
2 files changed, 9 insertions, 0 deletions
diff --git a/Doc/Manual/Android.html b/Doc/Manual/Android.html
index 85df94a99..eb87ea162 100644
--- a/Doc/Manual/Android.html
+++ b/Doc/Manual/Android.html
@@ -15,6 +15,7 @@
<li><a href="#Android_examples_intro">Examples introduction</a>
<li><a href="#Android_example_simple">Simple C example</a>
<li><a href="#Android_example_class">C++ class example</a>
+<li><a href="#Android_examples_other">Other examples</a>
</ul>
</ul>
</div>
@@ -744,6 +745,13 @@ Run the app to see the result of calling the C++ code from Java:
<center><img src="android-class.png" alt="Android screenshot of SwigClass example"></center>
+<H3><a name="Android_examples_other"></a>18.2.4 Other examples</H3>
+
+
+<p>
+The Examples/android directory contains further examples which can be run and installed in a similar manner to the previous two examples.
+</p>
+
</body>
</html>
diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html
index bdb3aa9f5..eeb059598 100644
--- a/Doc/Manual/Contents.html
+++ b/Doc/Manual/Contents.html
@@ -645,6 +645,7 @@
<li><a href="Android.html#Android_examples_intro">Examples introduction</a>
<li><a href="Android.html#Android_example_simple">Simple C example</a>
<li><a href="Android.html#Android_example_class">C++ class example</a>
+<li><a href="Android.html#Android_examples_other">Other examples</a>
</ul>
</ul>
</div>