diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-11 19:24:05 +0400 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-11 19:24:05 +0400 |
commit | 73316ee2806eeb5144a43d170a0157ba7164a959 (patch) | |
tree | daaa23f0c5ef2d5423eb1e4edb69af4492dc0be1 /test/src/TestAPI.kt | |
parent | 484ec26c7d22f4d84b7054b9e243b422acaff3dd (diff) | |
download | dokka-73316ee2806eeb5144a43d170a0157ba7164a959.tar.gz dokka-73316ee2806eeb5144a43d170a0157ba7164a959.tar.bz2 dokka-73316ee2806eeb5144a43d170a0157ba7164a959.zip |
Rename verifyFiles to verifyModel
Diffstat (limited to 'test/src/TestAPI.kt')
-rw-r--r-- | test/src/TestAPI.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/TestAPI.kt b/test/src/TestAPI.kt index 80dc47d5..6a385972 100644 --- a/test/src/TestAPI.kt +++ b/test/src/TestAPI.kt @@ -5,7 +5,7 @@ import com.intellij.openapi.util.* import com.jetbrains.dokka.* import kotlin.test.fail -public fun verifyFiles(vararg files: String, verifier: (DocumentationModel) -> Unit) { +public fun verifyModel(vararg files: String, verifier: (DocumentationModel) -> Unit) { val messageCollector = object : MessageCollector { override fun report(severity: CompilerMessageSeverity, message: String, location: CompilerMessageLocation) { when (severity) { |