Skip to content

Commit e306d3e

Browse files
committed
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
1 parent f23496a commit e306d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/docs.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ task api(type: Javadoc) {
2727
options.memberLevel = org.gradle.external.javadoc.JavadocMemberLevel.PROTECTED
2828
options.author = true
2929
options.header = rootProject.description
30+
options.use = true
3031
options.overview = "src/docs/api/overview.html"
3132
options.stylesheetFile = file("src/docs/api/stylesheet.css")
3233
options.splitIndex = true

0 commit comments

Comments
 (0)