[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:
@@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user