From 0783f6fbe2104334195964bbc91cb584cbbab4e0 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 15 Jan 2015 14:59:50 +0100 Subject: Ant task for Dokka --- test/src/TestAPI.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/src') diff --git a/test/src/TestAPI.kt b/test/src/TestAPI.kt index 2cdaad5d..b0e23e0f 100644 --- a/test/src/TestAPI.kt +++ b/test/src/TestAPI.kt @@ -38,7 +38,7 @@ public fun verifyModel(vararg files: String, verifier: (DocumentationModule) -> val fragments = environment.getSourceFiles().map { session.getPackageFragment(it.getPackageFqName()) }.filterNotNull().distinct() val documentationModule = DocumentationModule("test") - val documentationBuilder = DocumentationBuilder(session, options) + val documentationBuilder = DocumentationBuilder(session, options, DokkaConsoleLogger) with(documentationBuilder) { documentationModule.appendFragments(fragments) } -- cgit