From b0f80d6358b6e45cffee6fd74dffca7b15024a34 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 14 Jun 2012 12:17:54 -0400 Subject: [PATCH] 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 --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index a3746c2c33..5ae49217aa 100644 --- a/build.gradle +++ b/build.gradle @@ -574,6 +574,7 @@ configure(rootProject) { options.author = true options.header = rootProject.description options.overview = 'src/api/overview.html' + options.splitIndex = true options.links( 'http://docs.jboss.org/jbossas/javadoc/4.0.5/connector' )