Generate “Use” links in aggregated Spring API JavaDoc
This commit enables the `-use` javadoc flag so that class usage pages are included in the aggregated JavaDoc that is published to https://docs.spring.io/spring-framework/docs/. Issue: SPR-17173
This commit is contained in:
@@ -27,6 +27,7 @@ task api(type: Javadoc) {
|
||||
options.memberLevel = org.gradle.external.javadoc.JavadocMemberLevel.PROTECTED
|
||||
options.author = true
|
||||
options.header = rootProject.description
|
||||
options.use = true
|
||||
options.overview = "src/docs/api/overview.html"
|
||||
options.stylesheetFile = file("src/docs/api/stylesheet.css")
|
||||
options.splitIndex = true
|
||||
|
||||
Reference in New Issue
Block a user