Takes javadoc and prints out autogenerated method stubs with all of the comments that are in the doc.
A fork from https://github.com/frenchie4111/Reverse-Javadoc updated for version 1.8.0.
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.