Generate “Use” links in Spring API JavaDoc
This commit enables the `-use` javadoc flag so that class usage pages are included in the generated JavaDoc. Issue: SPR-15427
This commit is contained in:
@@ -259,6 +259,7 @@ configure(subprojects - project(":spring-build-src")) { subproject ->
|
||||
options.memberLevel = org.gradle.external.javadoc.JavadocMemberLevel.PROTECTED
|
||||
options.author = true
|
||||
options.header = project.name
|
||||
options.use = true
|
||||
options.links(project.ext.javadocLinks)
|
||||
options.addStringOption('Xdoclint:none', '-quiet')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user