/Reverse-Javadoc

Reverse's javadocs and creates stubs

Primary LanguagePythonMIT LicenseMIT

Reverse-Javadoc

Takes javadoc and prints out autogenerated method stubs with all of the comments that are in the doc.

Requires BeautifulSoup4 python module (included) and Python 3.

To use:

run:

git clone https://github.com/ARamsey118/Reverse-Javadoc.git 

Then type:

python3 ClassFinder.py

Follow the prompts to put the output at a specified location. A source folder (src) will automatically be added to the provided path.