The current version of Javadoc Generator scans the base path for every .java file and uses that in the generated command. This reduces issues having to do sub module errors from the javadoc command line, but is clutter-some when dealing with large projects.
This issue focuses on sub-module detection and pass-through to the javadoc command line.
The current version of Javadoc Generator scans the base path for every .java file and uses that in the generated command. This reduces issues having to do sub module errors from the javadoc command line, but is clutter-some when dealing with large projects.
This issue focuses on sub-module detection and pass-through to the javadoc command line.