Generics and javadoc generation
Hi gurus,
the problem is very simple, how can i generate javadocs in intellij if generics are used in a project ?
Here is the error message i get from javadoc tool
D:\project\catalogserver\SearchEngine\
src\de\bla\search\update\DeleteEvent.java:29: expected
public DeleteEvent(Collection]]> searchables)
intellij build 922
thank you in advance
Yuri
Please sign in to leave a comment.
http://cscott.net/Projects/GJ/#sinjdoc
thank you, everything is clear