KeeganBruer / javadoc-generator

A VSCode wrapper plugin for java's javadoc compiler.
https://marketplace.visualstudio.com/items?itemName=KeeganBruer.javadoc-generator
5 stars 2 forks source link

List Modules Instead of Each Java File #29

Open KeeganBruer opened 8 months ago

KeeganBruer commented 8 months ago

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.