File tree Expand file tree Collapse file tree 4 files changed +7
-52
lines changed
generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe Expand file tree Collapse file tree 4 files changed +7
-52
lines changed Original file line number Diff line number Diff line change 1
- import nl.jolanrensen.docProcessor.*
2
- import nl.jolanrensen.docProcessor.defaultProcessors.*
1
+ import nl.jolanrensen.docProcessor.defaultProcessors.COMMENT_DOC_PROCESSOR
2
+ import nl.jolanrensen.docProcessor.defaultProcessors.INCLUDE_ARG_DOC_PROCESSOR
3
+ import nl.jolanrensen.docProcessor.defaultProcessors.INCLUDE_DOC_PROCESSOR
4
+ import nl.jolanrensen.docProcessor.defaultProcessors.INCLUDE_FILE_DOC_PROCESSOR
5
+ import nl.jolanrensen.docProcessor.defaultProcessors.SAMPLE_DOC_PROCESSOR
6
+ import nl.jolanrensen.docProcessor.gradle.creatingProcessDocTask
3
7
import org.gradle.jvm.tasks.Jar
4
8
5
9
@Suppress(" DSL_SCOPE_VIOLATION" , " UnstableApiUsage" )
@@ -14,7 +18,7 @@ plugins {
14
18
id(" org.jetbrains.kotlinx.kover" )
15
19
id(" org.jmailen.kotlinter" )
16
20
id(" org.jetbrains.kotlinx.dataframe" )
17
- id(" com.github.jolanrensen.docProcessorGradlePlugin" ) version " v0.0.20 "
21
+ id(" com.github.jolanrensen.docProcessorGradlePlugin" ) version " v0.0.22 "
18
22
// id("nl.jolanrensen.docProcessor") version "1.0-SNAPSHOT"
19
23
}
20
24
Original file line number Diff line number Diff line change @@ -88,21 +88,6 @@ internal interface ExpressionsGivenRow {
88
88
89
89
/* * [Row Value Expression][RowValueExpression.WithExample] */
90
90
interface RowValueExpressionLink
91
-
92
- // @Deprecated(
93
- // "This is located in another file",
94
- // ReplaceWith("ExpressionsGivenColumn.RowColumnExpression"),
95
- // DeprecationLevel.ERROR,
96
- // )
97
- // interface RowColumnExpression {
98
- //
99
- // @Deprecated(
100
- // "This is located in another file",
101
- // ReplaceWith("ExpressionsGivenColumn.RowColumnExpression.WithExample"),
102
- // DeprecationLevel.ERROR,
103
- // )
104
- // interface WithExample
105
- // }
106
91
}
107
92
108
93
/* * [Row Expression][ExpressionsGivenRow] */
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments