Skip to content

Commit 51c422f

Browse files
committed
fixed and kdocs
1 parent 39c9c3b commit 51c422f

File tree

2 files changed

+12
-12
lines changed
  • core
    • generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api
    • src/main/kotlin/org/jetbrains/kotlinx/dataframe/api

2 files changed

+12
-12
lines changed

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/and.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public interface AndColumnsSelectionDsl {
211211
*
212212
* #### Example for this overload:
213213
*
214-
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[cols][org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.cols]` { ... } `[and][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver.and]` `<code>[colsOf][SingleColumn.colsOf]`<`[Int][Int]`>()</code>` }`
214+
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[cols][org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.cols]` { ... } `[and][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver.and]` `<code>[colsOf][SingleColumn.colsOf]`<`[Int][Int]`>()`</code>` }`
215215
*
216216
* @return A [ColumnSet][org.jetbrains.kotlinx.dataframe.columns.ColumnSet] that contains all the columns from the [ColumnsResolvers][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] on the left
217217
* and right side of the [and][org.jetbrains.kotlinx.dataframe.api.AndColumnsSelectionDsl.and] operator.
@@ -243,7 +243,7 @@ public interface AndColumnsSelectionDsl {
243243
*
244244
* #### Example for this overload:
245245
*
246-
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[cols][org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.cols]` { ... } `[and][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver.and]` `<code>`{ colA `[/][DataColumn.div]` 2.0 `[named][ColumnReference.named]` "half colA" </code>` }` `}
246+
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { `[cols][org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.cols]` { ... } `[and][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver.and]` `<code>`{ colA `[/][DataColumn.div]` 2.0 `[named][ColumnReference.named]` "half colA" }`</code>` }`
247247
*
248248
* @return A [ColumnSet][org.jetbrains.kotlinx.dataframe.columns.ColumnSet] that contains all the columns from the [ColumnsResolvers][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] on the left
249249
* and right side of the [and][org.jetbrains.kotlinx.dataframe.api.AndColumnsSelectionDsl.and] operator.
@@ -379,7 +379,7 @@ public interface AndColumnsSelectionDsl {
379379
*
380380
* #### Example for this overload:
381381
*
382-
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { "colA" `[and][kotlin.String.and]` `<code>[colsOf][SingleColumn.colsOf]`<`[Int][Int]`>()</code>` }`
382+
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { "colA" `[and][kotlin.String.and]` `<code>[colsOf][SingleColumn.colsOf]`<`[Int][Int]`>()`</code>` }`
383383
*
384384
* @return A [ColumnSet][org.jetbrains.kotlinx.dataframe.columns.ColumnSet] that contains all the columns from the [ColumnsResolvers][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] on the left
385385
* and right side of the [and][org.jetbrains.kotlinx.dataframe.api.AndColumnsSelectionDsl.and] operator.
@@ -411,7 +411,7 @@ public interface AndColumnsSelectionDsl {
411411
*
412412
* #### Example for this overload:
413413
*
414-
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { "colA" `[and][kotlin.String.and]` `<code>`{ colA `[/][DataColumn.div]` 2.0 `[named][ColumnReference.named]` "half colA" </code>` }` `}
414+
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { "colA" `[and][kotlin.String.and]` `<code>`{ colA `[/][DataColumn.div]` 2.0 `[named][ColumnReference.named]` "half colA" }`</code>` }`
415415
*
416416
* @return A [ColumnSet][org.jetbrains.kotlinx.dataframe.columns.ColumnSet] that contains all the columns from the [ColumnsResolvers][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] on the left
417417
* and right side of the [and][org.jetbrains.kotlinx.dataframe.api.AndColumnsSelectionDsl.and] operator.
@@ -547,7 +547,7 @@ public interface AndColumnsSelectionDsl {
547547
*
548548
* #### Example for this overload:
549549
*
550-
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { Type::colA `[and][kotlin.reflect.KProperty.and]` `<code>[colsOf][SingleColumn.colsOf]`<`[Int][Int]`>()</code>` }`
550+
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { Type::colA `[and][kotlin.reflect.KProperty.and]` `<code>[colsOf][SingleColumn.colsOf]`<`[Int][Int]`>()`</code>` }`
551551
*
552552
* @return A [ColumnSet][org.jetbrains.kotlinx.dataframe.columns.ColumnSet] that contains all the columns from the [ColumnsResolvers][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] on the left
553553
* and right side of the [and][org.jetbrains.kotlinx.dataframe.api.AndColumnsSelectionDsl.and] operator.
@@ -579,7 +579,7 @@ public interface AndColumnsSelectionDsl {
579579
*
580580
* #### Example for this overload:
581581
*
582-
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { Type::colA `[and][kotlin.reflect.KProperty.and]` `<code>`{ colA `[/][DataColumn.div]` 2.0 `[named][ColumnReference.named]` "half colA" } `</code>` }`
582+
* `df.`[select][org.jetbrains.kotlinx.dataframe.DataFrame.select]` { Type::colA `[and][kotlin.reflect.KProperty.and]` `<code>`{ colA `[/][DataColumn.div]` 2.0 `[named][ColumnReference.named]` "half colA" }`</code>` }`
583583
*
584584
* @return A [ColumnSet][org.jetbrains.kotlinx.dataframe.columns.ColumnSet] that contains all the columns from the [ColumnsResolvers][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] on the left
585585
* and right side of the [and][org.jetbrains.kotlinx.dataframe.api.AndColumnsSelectionDsl.and] operator.

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/and.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ public interface AndColumnsSelectionDsl {
113113
interface Argument
114114
}
115115

116-
/** @include [ColumnsResolverAndDocs] {@set [ColumnsResolverAndDocs.Argument] [colsOf][SingleColumn.colsOf]`<`[Int][Int]`>()} */
116+
/** @include [ColumnsResolverAndDocs] {@set [ColumnsResolverAndDocs.Argument] [colsOf][SingleColumn.colsOf]`<`[Int][Int]`>()`} */
117117
public infix fun <C> ColumnsResolver<C>.and(other: ColumnsResolver<C>): ColumnSet<C> = ColumnsList(this, other)
118118

119-
/** @include [ColumnsResolverAndDocs] {@set [ColumnsResolverAndDocs.Argument] `{ colA `[/][DataColumn.div]` 2.0 `[named][ColumnReference.named]` "half colA" } `} */
119+
/** @include [ColumnsResolverAndDocs] {@set [ColumnsResolverAndDocs.Argument] `{ colA `[/][DataColumn.div]` 2.0 `[named][ColumnReference.named]` "half colA" \}`} */
120120
public infix fun <C> ColumnsResolver<C>.and(other: () -> ColumnsResolver<C>): ColumnSet<C> = this and other()
121121

122122
/** @include [ColumnsResolverAndDocs] {@set [ColumnsResolverAndDocs.Argument] `"colB"`} */
@@ -140,10 +140,10 @@ public interface AndColumnsSelectionDsl {
140140
interface Argument
141141
}
142142

143-
/** @include [StringAndDocs] {@set [StringAndDocs.Argument] [colsOf][SingleColumn.colsOf]`<`[Int][Int]`>()} */
143+
/** @include [StringAndDocs] {@set [StringAndDocs.Argument] [colsOf][SingleColumn.colsOf]`<`[Int][Int]`>()`} */
144144
public infix fun <C> String.and(other: ColumnsResolver<C>): ColumnSet<*> = toColumnAccessor() and other
145145

146-
/** @include [StringAndDocs] {@set [StringAndDocs.Argument] `{ colA `[/][DataColumn.div]` 2.0 `[named][ColumnReference.named]` "half colA" } `} */
146+
/** @include [StringAndDocs] {@set [StringAndDocs.Argument] `{ colA `[/][DataColumn.div]` 2.0 `[named][ColumnReference.named]` "half colA" \}`} */
147147
public infix fun <C> String.and(other: () -> ColumnsResolver<C>): ColumnSet<*> = toColumnAccessor() and other()
148148

149149
/** @include [StringAndDocs] {@set [StringAndDocs.Argument] `"colB"`} */
@@ -167,10 +167,10 @@ public interface AndColumnsSelectionDsl {
167167
interface Argument
168168
}
169169

170-
/** @include [KPropertyAndDocs] {@set [KPropertyAndDocs.Argument] [colsOf][SingleColumn.colsOf]`<`[Int][Int]`>()} */
170+
/** @include [KPropertyAndDocs] {@set [KPropertyAndDocs.Argument] [colsOf][SingleColumn.colsOf]`<`[Int][Int]`>()`} */
171171
public infix fun <C> KProperty<C>.and(other: ColumnsResolver<C>): ColumnSet<C> = toColumnAccessor() and other
172172

173-
/** @include [KPropertyAndDocs] {@set [KPropertyAndDocs.Argument] `{ colA `[/][DataColumn.div]` 2.0 `[named][ColumnReference.named]` "half colA" \} `} */
173+
/** @include [KPropertyAndDocs] {@set [KPropertyAndDocs.Argument] `{ colA `[/][DataColumn.div]` 2.0 `[named][ColumnReference.named]` "half colA" \}`} */
174174
public infix fun <C> KProperty<C>.and(other: () -> ColumnsResolver<C>): ColumnSet<C> =
175175
toColumnAccessor() and other()
176176

0 commit comments

Comments
 (0)