[Solved] How to make a JAVADOC of my program?

Javadoc is a kind of comment that you use in your program, to organize it, to make the program more friendly and to create a page HTML with everything you commented, like this: So, to create a javadoc, you’ll have top put /** in place of /*. There is types of commands that you need … Read more