diff --git a/BuildLogic/src/main/kotlin/build-logic.java-common-conventions.gradle.kts b/BuildLogic/src/main/kotlin/build-logic.java-common-conventions.gradle.kts index 556ec7fb7..199a3b633 100644 --- a/BuildLogic/src/main/kotlin/build-logic.java-common-conventions.gradle.kts +++ b/BuildLogic/src/main/kotlin/build-logic.java-common-conventions.gradle.kts @@ -101,3 +101,8 @@ tasks.withType { this.showStandardStreams = true } } + +// Validate javadoc for html/syntax/reference correctness but skip "missing" (no comment) warnings +tasks.withType { + (options as StandardJavadocDocletOptions).addStringOption("Xdoclint:all,-missing", "-quiet") +} diff --git a/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator.swift b/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator.swift index 41c063048..297a39e6b 100644 --- a/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator.swift +++ b/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator.swift @@ -299,7 +299,7 @@ extension FFMSwift2JavaGenerator { /** * Assume that the passed {@code MemorySegment} represents a memory address of a {@link \(self.javaClassName(for: decl))}. - *

+ *

* Warnings: *