i have created an javadoc for my app using “generate javadoc” option and created a jar file of my project. now when i add this jar to other project i have also added javadoc for that jar throght project properties ( ie.Project -> Properties – > Java Build Path -> my.jar expand jar file click the ‘>’ arrow next to the library name to expand the library reference and used the edit buttons to set the the Javadoc location)
still when i hover methods javadoc pane says
This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.
so can anyone tell me what are the step to add javadoc or m i mission somthing????
okay i have found an answer by myself to add method info with method we have to check
option while generating jar file