Java Question javadoc links

stefanobusetto

Active Member
Licensed User
Longtime User
thanks for the quick reply
:)

i'm not able to have it working

in the project
xnObjects
i have a package
it.csinet.xnObjects
with a class
xnGrid
with the following 2 methods

B4X:
 /** method 1 ...
* 
*/
public void m1(int i)
{}
    
    
/** method 2 ...
* see <link>method 1|actual link</link>
*/
public void m2(int i)
{}
what i have to write as actual link?
 
Top