Open documentation in browser
Status: Beta
Brought to you by:
mballance
At this point SVE supports NDOCS, and can be used to generate full HTML documentation etc. When you mouse over a call, you see the NDOC documentation, all works fine etc.
I had a request to have the option of opening up the full class NDOC database from within Eclipse. I stole the following from stack overflow, but gives the intent of what is being requested.
~~~~~~~~~~~~~~~~~~~~~~
To see the javadoc of a class having attached source in eclipse:
select Window -> show view -> javadoc (or alt + shift + q, j).
then in the javadoc view, right click -> open attached javadoc (or shift + F2), this will display the javadoc of the class in the internal browser of eclipse.