|
Lost my javadocs
I opened eclipse in a new workspace and now my javadocs are gone. When I hit f2 all I get is the method and signature such as:
void javax.swing.JComponent.setBorder(Border arg0)
with no javadoc explanation accompaning it. I looked in the help and it said to go to properties javadocs and I did that and found the package-list in docs/api and set that but still my javadocs are not showing up. Maybe I should just upgrade eclipse, I am a few versions behind. But still, this has me puzzled.
|