aboutsummaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/TestAPI.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/TestAPI.kt b/test/src/TestAPI.kt
index 0c80d2c9..27d02710 100644
--- a/test/src/TestAPI.kt
+++ b/test/src/TestAPI.kt
@@ -32,7 +32,7 @@ public fun verifyModel(vararg files: String, verifier: (DocumentationModule) ->
context.getPackageFragment(file)!!.fqName
}.toSet()
- context.createDocumentationModule("test", module, packageSet)
+ context.createDocumentationModule("test", module, packageSet, DocumentationOptions(includeNonPublic = true))
}
verifier(documentation)
Disposer.dispose(environment)