Some HTML error fixes

Long blockquote lines shortened


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6063 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-07-23 23:21:14 +00:00
commit 687cfbb625
17 changed files with 233 additions and 179 deletions

View file

@ -438,7 +438,6 @@ There's also no support for
<tt>%exception</tt></a>, yet.
</li>
</ul>
</p>
<p>
Be warned:
@ -602,6 +601,7 @@ i.e. functions that convert values between C and Modula-3
and call the corresponding C function.
Modula-3 wrapper functions generated by SWIG
consist of the following parts:
</p>
<ul>
<li>Generate <tt>PROCEDURE</tt> signature.</li>
<li>Declare local variables.</li>
@ -613,7 +613,6 @@ consist of the following parts:
<li>Free temporary storage.</li>
<li>Return values.</li>
</ul>
</p>
<table border>
<tr>
@ -799,12 +798,12 @@ for the typemap library
.
For a monolithic module you might be better off
if you add the imports directly:
</p>
<pre>
%insert(m3rawintf) %{
IMPORT M3toC;
%}
</pre>
</p>
<a name="exceptions"></a>