aboutsummaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorIlya Ryzhenkov <orangy@jetbrains.com>2014-09-29 20:54:59 +0400
committerIlya Ryzhenkov <orangy@jetbrains.com>2014-09-29 20:54:59 +0400
commit778e2b3f7ff62971e18a49d81a8825e5dd894c2e (patch)
treef7fb9506800262ecabb9050ffee4a97e39812ccb /test/data
parent2e3dc238275073a5c7a2e5a14c79337d12492dad (diff)
downloaddokka-778e2b3f7ff62971e18a49d81a8825e5dd894c2e.tar.gz
dokka-778e2b3f7ff62971e18a49d81a8825e5dd894c2e.tar.bz2
dokka-778e2b3f7ff62971e18a49d81a8825e5dd894c2e.zip
Extract content model, make doc model independent from descriptors, parse doccomments with custom parser, some tests failing due to hanging new lines.
Diffstat (limited to 'test/data')
-rw-r--r--test/data/comments/explicitSummary.kt6
-rw-r--r--test/data/comments/multilineDoc.kt1
2 files changed, 7 insertions, 0 deletions
diff --git a/test/data/comments/explicitSummary.kt b/test/data/comments/explicitSummary.kt
new file mode 100644
index 00000000..68f75c99
--- /dev/null
+++ b/test/data/comments/explicitSummary.kt
@@ -0,0 +1,6 @@
+
+/**
+ * $$summary: Summary
+ * $$description: Description
+ */
+val property = "test" \ No newline at end of file
diff --git a/test/data/comments/multilineDoc.kt b/test/data/comments/multilineDoc.kt
index 960c78bd..31cfa3a7 100644
--- a/test/data/comments/multilineDoc.kt
+++ b/test/data/comments/multilineDoc.kt
@@ -1,5 +1,6 @@
/**
* doc1
+ *
* doc2
* doc3
*/