mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-25 17:22:02 -07:00
[ci skip] Readd "Use" Javadoc tab (#8162)
This commit is contained in:
@@ -92,6 +92,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+tasks.withType<Javadoc> {
|
||||
+ val options = options as StandardJavadocDocletOptions
|
||||
+ options.overview = "src/main/javadoc/overview.html"
|
||||
+ options.use()
|
||||
+ options.isDocFilesSubDirs = true
|
||||
+ options.links(
|
||||
+ "https://guava.dev/releases/31.0.1-jre/api/docs/",
|
||||
|
Reference in New Issue
Block a user