Saturday, December 29, 2018

javadoc tool followed by java file name

On the command prompt, you need to write:
javadoc M.java
to generate the document api. Now, there will be created a lot of html files. Open the index.html file to get the information about the classes.