Skip to content

Use inline {@return ...} tag for Javadoc summaries missing from the public API #45

Description

@philliplbryant

A number of public/protected members in core/ have Javadoc comments that are missing a summary but contain an @return tag. Javadoc provides the inline {@return ...} tag that can be used to satisfy both.

For JavaDocs missing a summary, but providing an @return tag, I want to replace all @return ... tags with the inline tag and move the inline tag to the summary position.

I've already made the changes and plan to open a PR.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions