Skip to content

Commit

Permalink
Fix javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Oct 25, 2024
1 parent 1ac22fe commit 0d8db50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,10 @@ tasks.javadoc {
memberLevel = JavadocMemberLevel.PACKAGE
links(
"https://guava.dev/releases/21.0/api/docs/",
"https://asm.ow2.io/javadoc/",
"https://docs.oracle.com/javase/8/docs/api/",
"http://jenkins.liteloader.com/job/Mixin/javadoc/",
"https://logging.apache.org/log4j/2.x/log4j-api/apidocs/"
// Need to add minecraft jd publication etc once there is one available
"https://docs.oracle.com/en/java/javase/21/docs/api/",
"https://jenkins.liteloader.com/job/Mixin/javadoc/",
"https://logging.apache.org/log4j/2.x/javadoc/log4j-api/",
"https://maven.fabricmc.net/docs/yarn-${project.property("minecraft_version")}+build.${project.property("yarn_mappings")}/"
)
// Disable the crazy super-strict doclint tool in Java 8
addStringOption("Xdoclint:none", "-quiet")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/
/**
* @deprecated level components are a legacy feature that has been superseded by scoreboard components
* Deprecated: level components are a legacy feature that has been superseded by scoreboard components
*/
@Deprecated(since = "6.0.0")
@MethodsReturnNonnullByDefault
Expand Down

0 comments on commit 0d8db50

Please sign in to comment.