; --patch-module option to "patch" every module you want to document with its
> source code. If you're looking to modify one or a few modules, and
> generate updated docs, this may be a reasonable approach, but if you're
> looking to generate docs for all 72 JDK modules
I'm trying to run javadoc against the java9 src.zip and I have no idea how
to handle the modules. Even if I go with the classic "javadoc @sources"
approach I get an error about too many modules defined. I've tried a
number of variations but I can't quite seem to crack that nut.
My latest attempt