aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/parenthesis.kt
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-02-06 17:39:41 +0100
committerDmitry Jemerov <yole@jetbrains.com>2015-02-06 17:39:41 +0100
commit3fe73a9430c1b782c5891fb61dd5565ab7ee9178 (patch)
treec9a41e2cbcd2579e6d65d30a8f47ad2085d70853 /test/data/format/parenthesis.kt
parentb78e3bb6c7d689bc1650088096461e687ee6441f (diff)
downloaddokka-3fe73a9430c1b782c5891fb61dd5565ab7ee9178.tar.gz
dokka-3fe73a9430c1b782c5891fb61dd5565ab7ee9178.tar.bz2
dokka-3fe73a9430c1b782c5891fb61dd5565ab7ee9178.zip
handle parenthesis tokens in markdown
Diffstat (limited to 'test/data/format/parenthesis.kt')
-rw-r--r--test/data/format/parenthesis.kt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/data/format/parenthesis.kt b/test/data/format/parenthesis.kt
new file mode 100644
index 00000000..b906f64a
--- /dev/null
+++ b/test/data/format/parenthesis.kt
@@ -0,0 +1,4 @@
+/**
+ * foo (bar)
+ */
+fun foo() {}