Search code examples
javaeclipsejavadocautocreate

Can one automatically create javadoc tags for an entire Eclipse project?


I know one can use '<alt><shift>J' to create tags for a single code element (class method for example).

But is there a way to automatically create these tags for every class in the entire project? Or even just at package or class level?


Solution

  • Have you looked at JAutodoc?