I have a project with multiple modules, including on that is responsible for building the final assembly from the artifacts of the other modules.As part of the assembly, I want to include the JavaDocs
I was looking for a javadoc plugin for eclipse so that I can document for methods etc. I know in eclipse you can do ALT + SHIFT + J 开发者_如何转开发 but I was wondering if there was a more powerful p
I am wondering if there is a way through the maven site plugin to have it automatically create a link to some JavaDoc structure (like a class) within the html it generates.