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
This commit is contained in:
Rossen Stoyanchev
2012-06-14 12:17:54 -04:00
parent 2abcdaab1e
commit b0f80d6358

View File

@@ -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'
)