aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/linkWithLabel.kt
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-03-03 19:51:43 +0100
committerDmitry Jemerov <yole@jetbrains.com>2015-03-03 19:51:43 +0100
commitf3973480c0b03c9f28f05b5a4cf61bf3de3597bd (patch)
tree54fd4c5b7d30d2daf969c216936663335d1634fd /test/data/format/linkWithLabel.kt
parent6659337410225b813ea902bfa4b2e5ba3c2c1aaa (diff)
downloaddokka-f3973480c0b03c9f28f05b5a4cf61bf3de3597bd.tar.gz
dokka-f3973480c0b03c9f28f05b5a4cf61bf3de3597bd.tar.bz2
dokka-f3973480c0b03c9f28f05b5a4cf61bf3de3597bd.zip
support links with custom labels
Diffstat (limited to 'test/data/format/linkWithLabel.kt')
-rw-r--r--test/data/format/linkWithLabel.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/data/format/linkWithLabel.kt b/test/data/format/linkWithLabel.kt
new file mode 100644
index 00000000..4a85c505
--- /dev/null
+++ b/test/data/format/linkWithLabel.kt
@@ -0,0 +1,6 @@
+/**
+ * Use [this method][Bar.foo] for best results.
+ */
+class Bar {
+ fun foo() {}
+}