1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Enable javadoc 'syntax' doclint

Addresses SMACK-650 but does not yet fix it completely.
This commit is contained in:
Florian Schmaus 2017-12-25 12:09:46 +01:00
parent e5e5fca7c1
commit 89c97bb46c
6 changed files with 7 additions and 7 deletions

View file

@ -179,7 +179,7 @@ allprojects {
// work, we extra add '-quiet', which is added anyway by
// gradle.
// TODO enable all doclints, see SMACK-650
options.addStringOption('Xdoclint:all,-html,-syntax', '-quiet')
options.addStringOption('Xdoclint:all,-html', '-quiet')
}
}
tasks.withType(Javadoc) {