Is there a way to write a single line javadoc comment, like in doxygen /**<*/

Viewed 3918

I would like to comment a variable like I used to do in doxygen and I wonder if there is a way to comment variables after declaring them in the same line. (I've never used javadoc before =/ ).

1 Answers
Related