Update docs.

This commit is contained in:
Lindley French 2022-02-02 15:34:19 -08:00
commit e10da8a9a1

View file

@ -6439,6 +6439,11 @@ This special variable expands to the intermediary class name. Usually this is th
unless the jniclassname attribute is specified in the <a href="Java.html#Java_module_directive">%module directive</a>.
</p>
<p>
<b><tt>$imfuncname</tt></b><br>
This special variable expands to the name of the function on the $imclassname that will be used in $jnicall.
</p>
<p>
<b><tt>$javainterfacename</tt></b><br>
This special variable is only expanded when the <tt>interface</tt> feature is applied to a class.