Correct documentation of special variable names
$parentname is really $parentclassname $parentsymname is really $parentclasssymname
This commit is contained in:
parent
0a4b50162d
commit
e982dc7e3b
3 changed files with 6 additions and 6 deletions
|
|
@ -485,12 +485,12 @@ variables are replaced with.
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>$parentname</td>
|
||||
<td>$parentclassname</td>
|
||||
<td>The parent class name (if any) for a method.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>$parentsymname</td>
|
||||
<td>$parentclasssymname</td>
|
||||
<td>The target language parent class name (if any) for a method.</td>
|
||||
</tr>
|
||||
|
||||
|
|
|
|||
|
|
@ -2847,7 +2847,7 @@ struct Derived : Base {
|
|||
|
||||
<p>
|
||||
The following special variables are expanded if used within a %extend block:
|
||||
$name, $symname, $overname, $decl, $fulldecl, $parentname and $parentsymname.
|
||||
$name, $symname, $overname, $decl, $fulldecl, $parentclassname and $parentclasssymname.
|
||||
The <a href="Customization.html#Customization_exception_special_variables">Special variables</a> section provides more information each of these special variables.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue