diff options
| author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-02-09 03:15:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-09 03:15:52 +0100 |
| commit | 7546efb83afa39770be5c7b9df72edc115e59a5b (patch) | |
| tree | 0066c2b9e833e7dd7fd8cfafc3a1d05d15f40000 /core/testdata/packagedocs | |
| parent | 683f6bb418bada9c90d2ffbd5040b3968e1c3522 (diff) | |
| download | dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.gz dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.bz2 dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.zip | |
Remove old test data (#2824)
Diffstat (limited to 'core/testdata/packagedocs')
| -rw-r--r-- | core/testdata/packagedocs/referenceLinks.kotlin.md | 6 | ||||
| -rw-r--r-- | core/testdata/packagedocs/referenceLinks.md | 17 | ||||
| -rw-r--r-- | core/testdata/packagedocs/referenceLinks.module.md | 9 | ||||
| -rw-r--r-- | core/testdata/packagedocs/stdlib.md | 11 |
4 files changed, 0 insertions, 43 deletions
diff --git a/core/testdata/packagedocs/referenceLinks.kotlin.md b/core/testdata/packagedocs/referenceLinks.kotlin.md deleted file mode 100644 index f7b1edad..00000000 --- a/core/testdata/packagedocs/referenceLinks.kotlin.md +++ /dev/null @@ -1,6 +0,0 @@ - - -Core functions and types -See [ref](https://example.com) -Also, [example](https://example.com) - diff --git a/core/testdata/packagedocs/referenceLinks.md b/core/testdata/packagedocs/referenceLinks.md deleted file mode 100644 index 177dea0c..00000000 --- a/core/testdata/packagedocs/referenceLinks.md +++ /dev/null @@ -1,17 +0,0 @@ -# Module refLinks - -## Kotlin Standard Library - -The Kotlin standard library is a set of functions and types implementing idiomatic patterns when working with collections, -text and files. -See [ref] -Also, [example][ref] - -# Package kotlin - -Core functions and types -See [ref] -Also, [example][ref] - -<!-- Refs --> -[ref]: https://example.com diff --git a/core/testdata/packagedocs/referenceLinks.module.md b/core/testdata/packagedocs/referenceLinks.module.md deleted file mode 100644 index 08372175..00000000 --- a/core/testdata/packagedocs/referenceLinks.module.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## Kotlin Standard Library - -The Kotlin standard library is a set of functions and types implementing idiomatic patterns when working with collections, -text and files. -See [ref](https://example.com) -Also, [example](https://example.com) - diff --git a/core/testdata/packagedocs/stdlib.md b/core/testdata/packagedocs/stdlib.md deleted file mode 100644 index 5d7432b5..00000000 --- a/core/testdata/packagedocs/stdlib.md +++ /dev/null @@ -1,11 +0,0 @@ -# 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 - |
