Can anybody show me how to generate Javadoc from command line?
My project contains the package com.test and I want to put the generated documentation in
com.test
D:\>javadoc *.java
If you want to create dock file of lang package then path should be same where your lang package is currently. For example, I created a folder name javaapi and unzipped the src zip file, then used the command below.
javaapi
src
C:\Users\Techsupport1\Desktop\javaapi\java\lang> javadoc *.java