|
|
@ -206,10 +206,8 @@ task aggregatedJavadoc(type: Javadoc) {
|
|
|
|
options {
|
|
|
|
options {
|
|
|
|
author = true
|
|
|
|
author = true
|
|
|
|
docTitle = "Spring Boot ${project.version} API"
|
|
|
|
docTitle = "Spring Boot ${project.version} API"
|
|
|
|
encoding = "UTF-8"
|
|
|
|
|
|
|
|
memberLevel = "protected"
|
|
|
|
memberLevel = "protected"
|
|
|
|
outputLevel = "quiet"
|
|
|
|
outputLevel = "quiet"
|
|
|
|
source = "1.8"
|
|
|
|
|
|
|
|
splitIndex = true
|
|
|
|
splitIndex = true
|
|
|
|
stylesheetFile = file("src/main/javadoc/spring-javadoc.css")
|
|
|
|
stylesheetFile = file("src/main/javadoc/spring-javadoc.css")
|
|
|
|
use = true
|
|
|
|
use = true
|
|
|
|