Re: building javadoc with modules

2018-08-31 Thread Justin Lee
; --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

building javadoc with modules

2018-08-28 Thread Justin Lee
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