how to spin a Vector API java doc?
Kharbas, Kishor
kishor.kharbas at intel.com
Sat May 4 01:34:48 UTC 2019
I replaced the option in latest Javadoc which is at http://cr.openjdk.java.net/~kkharbas/vector-api/javadoc/VectorApi-JavaDoc.06/jdk.incubator.vector/module-summary.html
Just FYI : I am just finishing up creating CSR.
> -----Original Message-----
> From: Kharbas, Kishor
> Sent: Friday, May 3, 2019 6:33 PM
> To: 'John Rose' <john.r.rose at oracle.com>
> Cc: panama-dev at openjdk.java.net; Kharbas, Kishor
> <kishor.kharbas at intel.com>
> Subject: RE: how to spin a Vector API java doc?
>
> 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