Merge pull request #95 from rstoyanchev/SPR-4984
* rstoyanchev/SPR-4984: Add splitIndex Javadoc option to the root project
This commit is contained in:
commit
e8bf25ba9d
|
|
@ -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…
Reference in New Issue