Skip to content

Commit 0f86c8b

Browse files
committed
Javadoc内のStringなどのクラス名からJava SE 8のJavadocへリンクするようにしました
1 parent 1ae0448 commit 0f86c8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ javadoc {
4747
options.encoding = encoding
4848
options.charSet = encoding
4949
options.docEncoding = encoding
50+
options.links 'http://docs.oracle.com/javase/jp/8/docs/api/'
5051
exclude '**/internal/**'
5152
}
5253

0 commit comments

Comments
 (0)