-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
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 second one, we can just prefer:
- @see {@link ProcessingEnvironment#getOptions()}
+ @see ProcessingEnvironment#getOptions()Metadata
Metadata
Assignees
Labels
No labels
