SS> How can I describe related documentation in custom languages? SS> I have the element and the preceeding PsiComment but now glue how to SS> connect them.
There is no OpenAPI for this right now - we plan to expose it in Demetra or possibly in 5.1. You can use some internal classes to plug into Quick Documentation, but as usual, we don't provide instructions for that.
-- Dmitry Jemerov Software Developer JetBrains, Inc. http://www.jetbrains.com "Develop with pleasure!"
SS> How can I describe related documentation in custom languages? SS> I have the element and the preceeding PsiComment but now glue how to SS> connect them.
There is no OpenAPI for this right now - we plan to expose it in Demetra or possibly in 5.1. You can use some internal classes to plug into Quick Documentation, but as usual, we don't provide instructions for that.
Seems JavaDocManager.DocumentationProvider.generateDoc() is an good place.
Hello Sven,
SS> How can I describe related documentation in custom languages?
SS> I have the element and the preceeding PsiComment but now glue how to
SS> connect them.
There is no OpenAPI for this right now - we plan to expose it in Demetra
or possibly in 5.1. You can use some internal classes to plug into Quick
Documentation, but as usual, we don't provide instructions for that.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
Dmitry Jemerov (JetBrains) schrieb:
Seems JavaDocManager.DocumentationProvider.generateDoc() is an good place.