doc: generate use page in javadoc

This commit is contained in:
ZHANG Dapeng 2017-05-17 08:52:07 -07:00 committed by GitHub
parent 5dc8a124bf
commit 66ebcb1b00
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ subprojects {
javadoc.options {
encoding = 'UTF-8'
use = true
links 'https://docs.oracle.com/javase/8/docs/api/'
}