Add a linkchecker target for checking broken links in SWIGDocumentation.html
This commit is contained in:
parent
e069365775
commit
862b4c6138
9 changed files with 29 additions and 21 deletions
|
|
@ -213,7 +213,7 @@ The Java module requires your system to support shared libraries and dynamic loa
|
|||
This is the commonly used method to load JNI code so your system will more than likely support this.</p>
|
||||
|
||||
<p>
|
||||
Android uses Java JNI and also works with SWIG. Please read the <a href="Android.html">Android chapter</a> in conjunction with this one if you are targeting Android.
|
||||
Android uses Java JNI and also works with SWIG. Please read the <a href="Android.html#Android">Android chapter</a> in conjunction with this one if you are targeting Android.
|
||||
</p>
|
||||
|
||||
<H3><a name="Java_running_swig"></a>25.2.1 Running SWIG</H3>
|
||||
|
|
@ -5969,7 +5969,7 @@ Again this is the same that is in "<tt>java.swg</tt>", barring the method modifi
|
|||
</p>
|
||||
|
||||
<p>
|
||||
When using <a href="Modules.html">multiple modules</a> or the <a href="#Java_namespaces">nspace feature</a> it is common to invoke SWIG with a different <tt>-package</tt>
|
||||
When using <a href="Modules.html#Modules">multiple modules</a> or the <a href="#Java_namespaces">nspace feature</a> it is common to invoke SWIG with a different <tt>-package</tt>
|
||||
command line option for each module.
|
||||
However, by default the generated code may not compile if
|
||||
generated classes in one package use generated classes in another package.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue