Creates a java file with stubs from a given javadoc page of UW Madison's course format
- Save the javadoc you want to convert as a .html file
- Run the run.bat file
(Incase of error manually compile and run mainFile.java) - Give the filename (If you wish to compile all the files in current directory, just enter a period
.
) - Converted .java file is created in ./created_javadoc
run.bat
Please enter filename:
./example_javadocs/trial.html
COMPLETED: Javadoc has been created
Press enter to end