[ci skip] Add javadocs warnings about unsupported operations (#1250)

* Document possible blank spaces in the command of the CommandExecuteEvent

* Added Javadocs warning about unimplemented methods in Velocity

* Improved KickedFromServerEvent documentation

* Fixed `apiNote` javadoc generation
This commit is contained in:
Adrian
2024-02-23 14:11:42 -05:00
committed by GitHub
parent 7ca0689989
commit 409ab7b118
8 changed files with 152 additions and 44 deletions

View File

@@ -70,6 +70,12 @@ tasks {
"https://javadoc.io/doc/com.github.ben-manes.caffeine/caffeine"
)
o.tags(
"apiNote:a:API Note:",
"implSpec:a:Implementation Requirements:",
"implNote:a:Implementation Note:"
)
// Disable the crazy super-strict doclint tool in Java 8
o.addStringOption("Xdoclint:none", "-quiet")
}