aboutsummaryrefslogtreecommitdiff
path: root/test/data/packagedocs
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-09-10 13:43:53 +0200
committerDmitry Jemerov <yole@jetbrains.com>2015-09-10 13:43:53 +0200
commit8050cf6b6f7205a44ad0adebeaa19e202607f91d (patch)
treeb5ab9e9ab2df2654fb93f3b49b8208a8c712d257 /test/data/packagedocs
parentaace0f39335c7428ffcfd44cbe1371ecc32ddd08 (diff)
downloaddokka-8050cf6b6f7205a44ad0adebeaa19e202607f91d.tar.gz
dokka-8050cf6b6f7205a44ad0adebeaa19e202607f91d.tar.bz2
dokka-8050cf6b6f7205a44ad0adebeaa19e202607f91d.zip
fix package docs parsing, add test
Diffstat (limited to 'test/data/packagedocs')
-rw-r--r--test/data/packagedocs/stdlib.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/data/packagedocs/stdlib.md b/test/data/packagedocs/stdlib.md
new file mode 100644
index 00000000..5d7432b5
--- /dev/null
+++ b/test/data/packagedocs/stdlib.md
@@ -0,0 +1,11 @@
+# Module stdlib
+
+## Kotlin Standard Library
+
+The Kotlin standard library is a set of functions and types implementing idiomatic patterns when working with collections,
+text and files.
+
+# Package kotlin
+
+Core functions and types
+