Skip to content

Suppress Javadoc linting errors#1582

Open
awatson1978 wants to merge 1 commit intomasterfrom
suppress-javadoc-errors
Open

Suppress Javadoc linting errors#1582
awatson1978 wants to merge 1 commit intomasterfrom
suppress-javadoc-errors

Conversation

@awatson1978
Copy link
Copy Markdown
Collaborator

I gave it a good attempt to use Claude to autodocument the Javadoc errors in the autodocument-javadocs branch. After adding maybe 1000 comments for Enums, it became apparent that the Javadoc linting rules want documents on everything.

In the end, it's just easier to suppress the warnings:

javadoc {
    options.addStringOption('Xdoclint:none', '-quiet')
}

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant