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:
parent
468ca084fc
commit
b2b2dd65de
1 changed files with 14 additions and 106 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue