Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 578 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 578 Bytes

javadoc-stub-generator

Creates a java file with stubs from a given javadoc page of UW Madison's course format

How to use

  1. Save the javadoc you want to convert as a .html file
  2. Run the run.bat file
    (Incase of error manually compile and run mainFile.java)
  3. Give the filename (If you wish to compile all the files in current directory, just enter a period . )
  4. Converted .java file is created in ./created_javadoc

Example

run.bat

Please enter filename:
./example_javadocs/trial.html

COMPLETED: Javadoc has been created
Press enter to end