Merge pull request #95 from rstoyanchev/SPR-4984

* rstoyanchev/SPR-4984:
  Add splitIndex Javadoc option to the root project
This commit is contained in:
Chris Beams 2012-06-15 11:01:18 +02:00
commit e8bf25ba9d
1 changed files with 1 additions and 0 deletions

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