diff options
| author | Vadim Mishenev <vad-mishenev@yandex.ru> | 2023-11-15 23:00:53 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-15 22:00:53 +0200 |
| commit | 1e126789a92e512b0a426044220043632e7dbf1b (patch) | |
| tree | 38ecf4144037410006f20ec1a0bf89d847fa980f /dokka-subprojects/plugin-base/src/test/kotlin/translators | |
| parent | 0fd90a3a3e30e70a856e1d0e8b9f93cd7654f8d2 (diff) | |
| download | dokka-1e126789a92e512b0a426044220043632e7dbf1b.tar.gz dokka-1e126789a92e512b0a426044220043632e7dbf1b.tar.bz2 dokka-1e126789a92e512b0a426044220043632e7dbf1b.zip | |
[K2] Update version of Kotlin Analysis API (#3337)
Diffstat (limited to 'dokka-subprojects/plugin-base/src/test/kotlin/translators')
| -rw-r--r-- | dokka-subprojects/plugin-base/src/test/kotlin/translators/DefaultDescriptorToDocumentableTranslatorTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dokka-subprojects/plugin-base/src/test/kotlin/translators/DefaultDescriptorToDocumentableTranslatorTest.kt b/dokka-subprojects/plugin-base/src/test/kotlin/translators/DefaultDescriptorToDocumentableTranslatorTest.kt index 6812f0b4..c8b72f6f 100644 --- a/dokka-subprojects/plugin-base/src/test/kotlin/translators/DefaultDescriptorToDocumentableTranslatorTest.kt +++ b/dokka-subprojects/plugin-base/src/test/kotlin/translators/DefaultDescriptorToDocumentableTranslatorTest.kt @@ -983,7 +983,7 @@ val soapXml = node("soap-env:Envelope", soapAttrs, } } - @OnlyDescriptors("Fix kdoc link") // TODO + @OnlyDescriptors("Fix kdoc link in valueOf https://github.com/Kotlin/dokka/issues/3335") // TODO @Test fun `should have documentation for synthetic Enum valueOf functions`() { testInline( |
