I am using JSch with my Android project in eclipse and I am having one small problem. When I try to get the baloon popup documentation (tooltips) in the editor for JSch functions, all I ever get is (for example):
void com.jcraft.jsch.Session.disconnect()
Note: This element neither has attached source nor attached Javadoc
and hence no Javadoc could be found.
No documentation about the command, what errors it can throw, etc.
I tried adding the javadocs into the project, but either I did it wrong, or there is something wrong with the format of the javadocs.
I've imported classes before and I have always seen the tips pop up, but not with JSch. How do I get more documentation in the editor for the JSch library?