dnault / therapi-runtime-javadoc

Read Javadoc comments at run time.
Apache License 2.0
117 stars 19 forks source link

A subclass with no Javadoc does not inherit method docs from superclass #70

Closed dnault closed 2 years ago

dnault commented 2 years ago

The code that searches for inherited method documentation was bailing out if the subclass has abosolutely no Javadoc at all.