Combine Javadoc for multiple modules into a single collection
问题 I have a Java application consisting of several modules. I'd like to generate Javadoc for all of them together: that is to say, from these several modules, I'd like a single collection of HTML files with a single index.html , a single allclasses-frame.html etc. and the various hyperlinks should work across modules. I use Maven but I'm not necessarily constrained to Maven-specific solutions. This will be performed by a cron job so other tools could also be used. What is the most