dnault / therapi-runtime-javadoc

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

@see (seeAlso) not implemented for Methods? #32

Closed bbottema closed 5 years ago

bbottema commented 5 years ago

I went through the code quickly, but is my understanding correct that @see parsing is not implemented for Method Javadoc? In runtime I do see the tag under other with name "see" and value CommentText rather than InlineLink.

image

This is unfortunate, since the rules for @see works exactly the same as @link except it can also be string literal or an HTML link (<a href>).