moved the jdbc string template API out of the test case :) and fix up some cruft in the API docs

This commit is contained in:
James Strachan
2012-03-14 20:44:54 +00:00
parent 4352ed38e5
commit 7137872ede
4 changed files with 187 additions and 171 deletions
@@ -32,6 +32,10 @@ class GenerateSiteTest : TestCase() {
config.title = "Kotlin API ($version)"
config.version = version
config.ignorePackages.add("org.jetbrains.kotlin")
config.ignorePackages.add("java")
config.ignorePackages.add("jet")
config.ignorePackages.add("junit")
config.ignorePackages.add("sun")
val compiler = KDocCompiler()
compiler.exec(System.out, args)