Add a linkchecker target for checking broken links in SWIGDocumentation.html

This commit is contained in:
William S Fulton 2015-12-18 20:18:11 +00:00
commit 862b4c6138
9 changed files with 29 additions and 21 deletions

View file

@ -36,7 +36,7 @@ This chapter describes SWIG's support of Android.
<p>
The Android chapter is fairly short as support for Android is the same as for Java, where the Java Native Interface (JNI) is
used to call from Android Java into C or C++ compiled code.
Everything in the <a href="Java.html">Java chapter</a> applies to generating code for access from Android Java code.
Everything in the <a href="Java.html#Java">Java chapter</a> applies to generating code for access from Android Java code.
This chapter contains a few Android specific notes and examples.
</p>