Skip to content

Commit 90a6e2b

Browse files
committed
Javadocでクラスとパッケージの使用ページを生成するようにしました
1 parent 0f86c8b commit 90a6e2b

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
@@ -48,6 +48,7 @@ javadoc {
4848
options.charSet = encoding
4949
options.docEncoding = encoding
5050
options.links 'http://docs.oracle.com/javase/jp/8/docs/api/'
51+
options.use = true
5152
exclude '**/internal/**'
5253
}
5354

0 commit comments

Comments
 (0)