dnault / therapi-runtime-javadoc

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

Add Javadoc from overridden method if none exists #62

Closed Sheikah45 closed 2 years ago

Sheikah45 commented 2 years ago

Currently if a method exists with no javadoc that overrides a method in a base class that has javadoc no java doc is returned when specifying the overriding method.

It would be nice if the overriden method inherited the javadoc from the base method when none exists on itself. As this is the behavior of the javadoc tools provided by oracle.

dnault commented 2 years ago

Thanks for reporting this. I think we can tackle it at the same time as #61, so I will close this as a duplicate.