Skip to content

Commit eb51c40

Browse files
committed
Javadoc-линки
1 parent 1ffea3a commit eb51c40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,9 @@ tasks.javadoc {
193193
options {
194194
this as StandardJavadocDocletOptions
195195
links(
196+
"https://1c-syntax.github.io/bsl-parser/dev/javadoc",
196197
"https://1c-syntax.github.io/mdclasses/dev/javadoc",
197-
"https://www.antlr.org/api/Java"
198+
"https://javadoc.io/doc/org.antlr/antlr4-runtime/latest"
198199
)
199200
}
200201
}

0 commit comments

Comments
 (0)