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

@ -1740,7 +1740,7 @@ should pass the call on to <tt>CSharpDefaults.DefaultMethod(int)</tt>using the C
<p>
When using <a href="Modules.html">multiple modules</a> it is is possible to compile each SWIG generated wrapper
When using <a href="Modules.html#Modules">multiple modules</a> it is is possible to compile each SWIG generated wrapper
into a different assembly.
However, by default the generated code may not compile if
generated classes in one assembly use generated classes in another assembly.