diff options
| author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-06-07 16:15:17 +0300 |
|---|---|---|
| committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-06-07 16:15:17 +0300 |
| commit | 6ca62b8b7b0bbe5df26e7e66b827926f9b1417d3 (patch) | |
| tree | 5ecf01b528224533b4023e3da0eb4caa0b615422 /core/src/test/kotlin | |
| parent | c2a2294c6cb77395677f08248d4c1b8a711c2053 (diff) | |
| download | dokka-6ca62b8b7b0bbe5df26e7e66b827926f9b1417d3.tar.gz dokka-6ca62b8b7b0bbe5df26e7e66b827926f9b1417d3.tar.bz2 dokka-6ca62b8b7b0bbe5df26e7e66b827926f9b1417d3.zip | |
Make package-list caching optional
Diffstat (limited to 'core/src/test/kotlin')
| -rw-r--r-- | core/src/test/kotlin/TestAPI.kt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/test/kotlin/TestAPI.kt b/core/src/test/kotlin/TestAPI.kt index 2d937679..e11274ea 100644 --- a/core/src/test/kotlin/TestAPI.kt +++ b/core/src/test/kotlin/TestAPI.kt @@ -33,7 +33,8 @@ fun verifyModel(vararg roots: ContentRoot, includeRootPackage = true, sourceLinks = listOf<SourceLinkDefinition>(), generateIndexPages = false, - noStdlibLink = true) + noStdlibLink = true, + cacheRoot = "default") appendDocumentation(documentation, *roots, withJdk = withJdk, |
