Skip to content

the doclet doesn't support {@link}, {@see} .. etc. #106

@vvalchev

Description

@vvalchev

When the javadoc contains tags, like the one above, the generated description contains something like

Retrieves the representation of the {@link M2MResource} which holds a 

I've tracked the problem to ParserHelper.getInheritableCommentText(), which uses methodDoc.commentText(). The documentation of that method actually says, that tags like {@link} will be removed, but that's not true.

Instead the method should be modified to use methodDoc.inlineTags() and convert the tags to string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions