for IntelliJ 3.0.x, javadoc is included in the INTELLIJ_HOME/doc/openapi/javadoc directory.
for EAP builds, javadoc isn't currently being shipped, but a stub implementation of the openAPI is included at INTELLIJ_HOME/doc/openapi_stub.zip - you can browse this or generate javadoc from it.
You can't generation JavaDocs for openapi_stub.zip. Open API used generics....
That why folder javadocs in EAP builds since generics is empty - it not posible now to use javadoc utility for such generics sources. Maybe someone know some utility to generate JavaDocs for generics?
for IntelliJ 3.0.x, javadoc is included in the INTELLIJ_HOME/doc/openapi/javadoc directory.
for EAP builds, javadoc isn't currently being shipped, but a stub implementation of the openAPI is included at
INTELLIJ_HOME/doc/openapi_stub.zip - you can browse this or generate javadoc from it.
Regards,
-Brendan
thanks!!!
You can't generation JavaDocs for openapi_stub.zip. Open API used
generics....
That why folder javadocs in EAP builds since generics is empty - it not
posible now to use javadoc utility for such generics sources. Maybe someone
know some utility to generate JavaDocs for generics?
--
Alexey Efimov, Software Engineer
Sputnik Labs,
http://www.spklabs.com
"Brendan Humphreys" <no_mail@jetbrains.com> wrote in message
news:31573610.1063786161120.JavaMail.itn@is.intellij.net...
INTELLIJ_HOME/doc/openapi/javadoc directory.
>
implementation of the openAPI is included at
javadoc from it.
>
>
"Alexey Efimov" <aefimov@spklabs.com> wrote in message
news:bk97i5$8rp$1@is.intellij.net...
>
someone
http://cscott.net/Projects/GJ/#sinjdoc
Just add the openapi_stub.zip to your source path and you will get inline javadocs
Thank you!