dnault / therapi-runtime-javadoc

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

@see on classes appears under other #59

Closed dnault closed 2 years ago

dnault commented 2 years ago

When a "@see" tag is present on class-level Javadoc, it should be exposed in the ClassJavadoc.getSeeAlso(). Instead, it's returned as an "other" tag.

Related to #43 where we fixed this for everything except ClassJavadoc.