invalidopc0de / javadoc2code

Tool to create classes from Javadoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for 'throws' descriptions

invalidopc0de opened this issue · comments

Currently the 'throws' descriptions in scanned javadoc are generated as @params. This should be changed to use the @throws tag instead.