how to spin a Vector API java doc?
Kharbas, Kishor
kishor.kharbas at intel.com
Sat May 4 01:32:58 UTC 2019
Hi John,
I use 'make docs-jdk-api`.
I also replaced Javadoc option ' --override-methods=summary` with ` --override-methods=detail`. Without it overriding methods with covariant return type were not listed in the derived class.
Maybe I am facing this bug - https://bugs.openjdk.java.net/browse/JDK-8219147
Thanks,
Kishor
> -----Original Message-----
> From: John Rose [mailto:john.r.rose at oracle.com]
> Sent: Friday, May 3, 2019 6:26 PM
> To: Kharbas, Kishor <kishor.kharbas at intel.com>
> Cc: panama-dev at openjdk.java.net
> Subject: how to spin a Vector API java doc?
>
> Hey Kishor, what command are you using to build the sample javadocs?
>
> This is my best guess so far:
>
> $ make docs-jdk-api-javadoc-only JDK_MODULES=jdk.incubator.vector
>
> It fails but maybe because I don't have a clean build.
>
> — John
More information about the panama-dev
mailing list