Skip to content

Conversation

@awatson1978
Copy link
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.

2 participants