Fix broken links shown from running 'make linkchecker'

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12068 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-05-29 21:08:42 +00:00
commit 69db2257cb
4 changed files with 13 additions and 14 deletions

View file

@ -244,7 +244,7 @@ is empty. Only modules compiled with the same pair will share type information.
<H2><a name="Modules_external_run_time"></a>15.4 External access to the runtime</H2>
<p>As described in <a href="Typemaps.html#runtime_type_checker">The run-time type checker</a>,
<p>As described in <a href="Typemaps.html#Typemaps_runtime_type_checker">The run-time type checker</a>,
the functions <tt>SWIG_TypeQuery</tt>, <tt>SWIG_NewPointerObj</tt>, and others sometimes need
to be called. Calling these functions from a typemap is supported, since the typemap code
is embedded into the <tt>_wrap.c</tt> file, which has those declarations available. If you need