aboutsummaryrefslogtreecommitdiff
path: root/test/data/format
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2014-12-30 17:41:14 +0100
committerDmitry Jemerov <yole@jetbrains.com>2014-12-30 17:41:47 +0100
commit716483c2f20e4af1951342f2acc9a231fcbeab3b (patch)
tree84cd1011021bb6ef38f9567d80805edf17ecc2d7 /test/data/format
parent0e70fa4ca021bff09e7d9ce64269a4e698512af5 (diff)
downloaddokka-716483c2f20e4af1951342f2acc9a231fcbeab3b.tar.gz
dokka-716483c2f20e4af1951342f2acc9a231fcbeab3b.tar.bz2
dokka-716483c2f20e4af1951342f2acc9a231fcbeab3b.zip
render annotation classes correctly
Diffstat (limited to 'test/data/format')
-rw-r--r--test/data/format/annotationClass.kt1
-rw-r--r--test/data/format/annotationClass.md18
2 files changed, 19 insertions, 0 deletions
diff --git a/test/data/format/annotationClass.kt b/test/data/format/annotationClass.kt
new file mode 100644
index 00000000..89d494fb
--- /dev/null
+++ b/test/data/format/annotationClass.kt
@@ -0,0 +1 @@
+annotation class fancy
diff --git a/test/data/format/annotationClass.md b/test/data/format/annotationClass.md
new file mode 100644
index 00000000..bfaa8581
--- /dev/null
+++ b/test/data/format/annotationClass.md
@@ -0,0 +1,18 @@
+[test](out.md) / [](out.md) / [fancy](out.md)
+
+
+# fancy
+
+
+```
+annotation class fancy
+```
+
+
+
+
+### Constructors
+
+
+| [&lt;init&gt;](out.md) | `public fancy()` |
+