Skip to content

Creates a java file with stubs from a given javadoc page

Notifications You must be signed in to change notification settings

arnav0red/javadoc-stub-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Creates a java file with stubs from a given javadoc page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published