Ruby doc improvements after directorargout typemap changes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12878 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2011-12-20 21:17:21 +00:00
commit b2b2dd65de

View file

@ -6517,49 +6517,16 @@ typemap.
<tr>
<td style="font-family: monospace;">$symname </td>
<td style="font-family: monospace;"> Name of
function/method being wrapped</td>
<td style="font-family: monospace;">$input</td>
<td style="font-family: monospace;">Ruby object being sent to the function</td>
</tr>
<tr>
<td style="font-family: monospace;">$symname </td>
<td style="font-family: monospace;">Name of function/method being wrapped</td>
</tr>
<tr>
<td style="font-family: monospace;">$1...n </td>
<td style="font-family: monospace;"> Argument being
sent to the function</td>
<td style="font-family: monospace;">Argument being sent to the function</td>
</tr>
@ -6763,80 +6730,21 @@ $result = output_helper( $result, NUM2INT($1) );</tt><br>
<tr>
<td style="font-family: monospace;">$result</td>
<td style="font-family: monospace;">Result that the
director function returns</td>
<td style="font-family: monospace;">Result that the director function returns</td>
</tr>
<tr>
<td style="font-family: monospace;">$input</td>
<td style="font-family: monospace;">Ruby object being sent to the function</td>
</tr>
<tr>
<td style="font-family: monospace;">$symname</td>
<td style="font-family: monospace;">name of the
function/method being wrapped</td>
<td style="font-family: monospace;">name of the function/method being wrapped</td>
</tr>
<tr>
<td style="font-family: monospace;">$1...n</td>
<td style="font-family: monospace;">Argument being
sent to the function</td>
<td style="font-family: monospace;">Argument being sent to the function</td>
</tr>
<tr>