Hi, I'm beginning to play with the JDK 9 and found that running javadoc using the -linksource option combined with --module option (as below) creates the javadoc with links targeting the html source files but doesn't create the html source files (src-html directory). Is this a bug? Thank you, and sorry if this isn't the place to post this question.
> javadoc -linksource -d javadoc --module-source-path . --module java.base > java -version java version "9" Java(TM) SE Runtime Environment (build 9+181) Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode)
