Browse Source

Merge pull request #95 from rstoyanchev/SPR-4984

* rstoyanchev/SPR-4984:
  Add splitIndex Javadoc option to the root project
pull/92/merge
Chris Beams 14 years ago
parent
commit
e8bf25ba9d
  1. 1
      build.gradle

1
build.gradle

@ -574,6 +574,7 @@ configure(rootProject) { @@ -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'
)

Loading…
Cancel
Save