I am writing to write JavaDoc for my classes in eclipse and the automatic generation process does not seem to work.
If I try /** and enter, it creates the surrounding comment block but fails to add any @param or @return tags. Any ideas what might be wrong here?
EDIT: it seems to have this behaviour only for interfaces or classes implementing user defined interfaces.