score:1

Accepted answer

i think the intended behavior is for you to solve the error before writing the javadoc any further. if you want to a quick way to get around it, you can attach the class javadoc by attaching the source in eclipse by:

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.

score:0

you can do it by pressing [f2]


Related Query

More Query from same tag