Skip to content

Issue when using Javadoc tool on generated prisms #131

@mechite

Description

@mechite

Generated prisms have some nice Javadoc.
There are some errors, and I have an aggressive doclint configuration.

This can be solved for me by reconfiguring the Javadoc tool.
However, I find some of these errors to be fixable (below is a shortened output):

[ERROR]    An error has occurred in Javadoc report generation:

[ERROR]    .../APContext.java:186: error: @param name not found
[ERROR]    * @param e the element to use as a position hint

[ERROR]    .../APContext.java:297: error: unexpected content
[ERROR]    * @see {@link ProcessingEnvironment#getOptions()}

For the first issue here:
Image

For the second one, we can just prefer:

- @see {@link ProcessingEnvironment#getOptions()}
+ @see ProcessingEnvironment#getOptions()

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