mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
Enable javadoc 'syntax' doclint
Addresses SMACK-650 but does not yet fix it completely.
This commit is contained in:
parent
e5e5fca7c1
commit
89c97bb46c
6 changed files with 7 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue