Skip to content

Commit 8ed0907

Browse files
committed
updated plugin
1 parent 265c587 commit 8ed0907

File tree

4 files changed

+7
-52
lines changed

4 files changed

+7
-52
lines changed

core/build.gradle.kts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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
37
import org.gradle.jvm.tasks.Jar
48

59
@Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
@@ -14,7 +18,7 @@ plugins {
1418
id("org.jetbrains.kotlinx.kover")
1519
id("org.jmailen.kotlinter")
1620
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"
1822
// id("nl.jolanrensen.docProcessor") version "1.0-SNAPSHOT"
1923
}
2024

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/ExpressionsGivenRow.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,6 @@ internal interface ExpressionsGivenRow {
8888

8989
/** [Row Value Expression][RowValueExpression.WithExample] */
9090
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-
// }
10691
}
10792

10893
/** [Row Expression][ExpressionsGivenRow] */

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/test/sampleExtensions.kt

Lines changed: 0 additions & 17 deletions
This file was deleted.

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/test/usage.kt

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)