Skip to content

Commit b0f80d6

Browse files
committed
Add splitIndex Javadoc option to the root project
Splits the very large index page with all classes into individual pages organized by first letter. Issue: SPR-4984
1 parent 2abcdaa commit b0f80d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ configure(rootProject) {
574574
options.author = true
575575
options.header = rootProject.description
576576
options.overview = 'src/api/overview.html'
577+
options.splitIndex = true
577578
options.links(
578579
'http://docs.jboss.org/jbossas/javadoc/4.0.5/connector'
579580
)

0 commit comments

Comments
 (0)