aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Samples/SampleProcessingService.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/kotlin/Samples/SampleProcessingService.kt')
-rw-r--r--core/src/main/kotlin/Samples/SampleProcessingService.kt3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/main/kotlin/Samples/SampleProcessingService.kt b/core/src/main/kotlin/Samples/SampleProcessingService.kt
index 7f46299f..86c917cf 100644
--- a/core/src/main/kotlin/Samples/SampleProcessingService.kt
+++ b/core/src/main/kotlin/Samples/SampleProcessingService.kt
@@ -2,7 +2,8 @@ package org.jetbrains.dokka.Samples
import org.jetbrains.dokka.ContentNode
import org.jetbrains.kotlin.descriptors.DeclarationDescriptor
+import org.jetbrains.kotlin.kdoc.psi.impl.KDocTag
interface SampleProcessingService {
- fun resolveSample(descriptor: DeclarationDescriptor, functionName: String?): ContentNode
+ fun resolveSample(descriptor: DeclarationDescriptor, functionName: String?, kdocTag: KDocTag): ContentNode
} \ No newline at end of file