fix: JavaDoc improvements
Some checks failed
Release / release (push) Failing after 1m48s

This commit is contained in:
2025-08-04 23:43:23 +02:00
parent 55b0153f56
commit 2e6664551e
3 changed files with 124 additions and 0 deletions

View File

@@ -13,4 +13,5 @@ dependencies {
javadoc {
options.links("https://www.egothor.org/javadoc/conflux")
options.overview = file("src/main/javadoc/overview.html")
}