How do I create a javadoc?

How do I create a javadoc?

Follow the steps below to make a javadoc:

Step 1: Launch Eclipse and go to Project > Generate Javadoc. Step 2: Select the javadoc.exe file from the java installation directory’s bin folder, then choose a destination folder for the created java doc and click Next. Step 3: In the Document title field, type the title of the document and click the Finish button. Step 4: Finally, look in the produced folder for the generated doc files.

The document can be viewed by opening the index.html file in your browser.