How do I make an @link to a method in a local class?
For example:
File.java:
/**
@link bar.foo()
class foo
{
}
class bar
{
public void foo()
{
}
}
I can't seem to get the red error highlighting to go away. when I use the javadoc
completion,
it only gives me the static methods. (of course, in code this makes sense, but in
javadoc, it
gets in the way :-) )
Mike
---
[EMAIL PROTECTED]
To obtain my PGP public key, mail "SEND PUB KEY" in the
subject to "[EMAIL PROTECTED]"
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list