Skip to content

Commit 3ad0ceb

Browse files
committed
many kdocs space and code-span fixes across all functions
1 parent 51c422f commit 3ad0ceb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+4015
-4015
lines changed

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

Lines changed: 137 additions & 137 deletions
Large diffs are not rendered by default.

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

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -31,34 +31,34 @@ internal interface FillNulls {
3131
*     
3232
*
3333
*
34-
* [**fillNulls**][fillNulls]**` { `**[columns][org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns]**` }`**
34+
* [**fillNulls**][fillNulls]**` { `**[`columns`][org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns]**` }`**
3535
*
3636
*     
37-
* `[ .`[**where**][org.jetbrains.kotlinx.dataframe.api.Update.where]**` { `**[rowValueCondition][org.jetbrains.kotlinx.dataframe.documentation.SelectingRows.RowValueCondition.WithExample]**` } `**`]`
37+
* `[ `__`.`__[**`where`**][org.jetbrains.kotlinx.dataframe.api.Update.where]**` { `**[`rowValueCondition`][org.jetbrains.kotlinx.dataframe.documentation.SelectingRows.RowValueCondition.WithExample]**` } `**`]`
3838
*
3939
*     
40-
* `[ .`[**at**][org.jetbrains.kotlinx.dataframe.api.Update.at]**`(`**[rowIndices][org.jetbrains.kotlinx.dataframe.api.CommonUpdateAtFunctionDoc.RowIndicesParam]**`)`**` ]`
40+
* `[ `__`.`__[**`at`**][org.jetbrains.kotlinx.dataframe.api.Update.at]**`(`**[`rowIndices`][org.jetbrains.kotlinx.dataframe.api.CommonUpdateAtFunctionDoc.RowIndicesParam]**`)`**` ]`
4141
*
4242
*     
43-
* `.`[**with**][org.jetbrains.kotlinx.dataframe.api.Update.with]**` { `**[rowExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
43+
* __`.`__[**`with`**][org.jetbrains.kotlinx.dataframe.api.Update.with]**` { `**[`rowExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
4444
*
4545
*     
46-
* `| .`[**notNull**][org.jetbrains.kotlinx.dataframe.api.Update.notNull]**` { `**[rowExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
46+
* `| `__`.`__[**`notNull`**][org.jetbrains.kotlinx.dataframe.api.Update.notNull]**` { `**[`rowExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
4747
*
4848
*     
49-
* `| .`[**perCol**][org.jetbrains.kotlinx.dataframe.api.Update.perCol]**` { `**[colExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenColumn.ColumnExpression.WithExample]**` }`**
49+
* `| `__`.`__[**`perCol`**][org.jetbrains.kotlinx.dataframe.api.Update.perCol]**` { `**[`colExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenColumn.ColumnExpression.WithExample]**` }`**
5050
*
5151
*     
52-
* `| .`[**perRowCol**][org.jetbrains.kotlinx.dataframe.api.Update.perRowCol]**` { `**[rowColExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRowAndColumn.RowColumnExpression.WithExample]**` }`**
52+
* `| `__`.`__[**`perRowCol`**][org.jetbrains.kotlinx.dataframe.api.Update.perRowCol]**` { `**[`rowColExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRowAndColumn.RowColumnExpression.WithExample]**` }`**
5353
*
5454
*     
55-
* `| .`[**withNull**][org.jetbrains.kotlinx.dataframe.api.Update.withNull]**`()`**
55+
* `| `__`.`__[**`withNull`**][org.jetbrains.kotlinx.dataframe.api.Update.withNull]**`()`**
5656
*
5757
*     
58-
* `| .`[**withZero**][org.jetbrains.kotlinx.dataframe.api.Update.withZero]**`()`**
58+
* `| `__`.`__[**`withZero`**][org.jetbrains.kotlinx.dataframe.api.Update.withZero]**`()`**
5959
*
6060
*     
61-
* `| .`[**asFrame**][org.jetbrains.kotlinx.dataframe.api.Update.asFrame]**` { `**[dataFrameExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenDataFrame.DataFrameExpression.WithExample]**` }`**
61+
* `| `__`.`__[**`asFrame`**][org.jetbrains.kotlinx.dataframe.api.Update.asFrame]**` { `**[`dataFrameExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenDataFrame.DataFrameExpression.WithExample]**` }`**
6262
*
6363
*/
6464
interface Grammar
@@ -329,34 +329,34 @@ internal interface FillNaNs {
329329
*     
330330
*
331331
*
332-
* [fillNaNs][fillNaNs]**` { `**[columns][org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns]**` }`**
332+
* [fillNaNs][fillNaNs]**` { `**[`columns`][org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns]**` }`**
333333
*
334334
*     
335-
* `[ .`[**where**][org.jetbrains.kotlinx.dataframe.api.Update.where]**` { `**[rowValueCondition][org.jetbrains.kotlinx.dataframe.documentation.SelectingRows.RowValueCondition.WithExample]**` } `**`]`
335+
* `[ `__`.`__[**`where`**][org.jetbrains.kotlinx.dataframe.api.Update.where]**` { `**[`rowValueCondition`][org.jetbrains.kotlinx.dataframe.documentation.SelectingRows.RowValueCondition.WithExample]**` } `**`]`
336336
*
337337
*     
338-
* `[ .`[**at**][org.jetbrains.kotlinx.dataframe.api.Update.at]**`(`**[rowIndices][org.jetbrains.kotlinx.dataframe.api.CommonUpdateAtFunctionDoc.RowIndicesParam]**`)`**` ]`
338+
* `[ `__`.`__[**`at`**][org.jetbrains.kotlinx.dataframe.api.Update.at]**`(`**[`rowIndices`][org.jetbrains.kotlinx.dataframe.api.CommonUpdateAtFunctionDoc.RowIndicesParam]**`)`**` ]`
339339
*
340340
*     
341-
* `.`[**with**][org.jetbrains.kotlinx.dataframe.api.Update.with]**` { `**[rowExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
341+
* __`.`__[**`with`**][org.jetbrains.kotlinx.dataframe.api.Update.with]**` { `**[`rowExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
342342
*
343343
*     
344-
* `| .`[**notNull**][org.jetbrains.kotlinx.dataframe.api.Update.notNull]**` { `**[rowExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
344+
* `| `__`.`__[**`notNull`**][org.jetbrains.kotlinx.dataframe.api.Update.notNull]**` { `**[`rowExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
345345
*
346346
*     
347-
* `| .`[**perCol**][org.jetbrains.kotlinx.dataframe.api.Update.perCol]**` { `**[colExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenColumn.ColumnExpression.WithExample]**` }`**
347+
* `| `__`.`__[**`perCol`**][org.jetbrains.kotlinx.dataframe.api.Update.perCol]**` { `**[`colExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenColumn.ColumnExpression.WithExample]**` }`**
348348
*
349349
*     
350-
* `| .`[**perRowCol**][org.jetbrains.kotlinx.dataframe.api.Update.perRowCol]**` { `**[rowColExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRowAndColumn.RowColumnExpression.WithExample]**` }`**
350+
* `| `__`.`__[**`perRowCol`**][org.jetbrains.kotlinx.dataframe.api.Update.perRowCol]**` { `**[`rowColExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRowAndColumn.RowColumnExpression.WithExample]**` }`**
351351
*
352352
*     
353-
* `| .`[**withNull**][org.jetbrains.kotlinx.dataframe.api.Update.withNull]**`()`**
353+
* `| `__`.`__[**`withNull`**][org.jetbrains.kotlinx.dataframe.api.Update.withNull]**`()`**
354354
*
355355
*     
356-
* `| .`[**withZero**][org.jetbrains.kotlinx.dataframe.api.Update.withZero]**`()`**
356+
* `| `__`.`__[**`withZero`**][org.jetbrains.kotlinx.dataframe.api.Update.withZero]**`()`**
357357
*
358358
*     
359-
* `| .`[**asFrame**][org.jetbrains.kotlinx.dataframe.api.Update.asFrame]**` { `**[dataFrameExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenDataFrame.DataFrameExpression.WithExample]**` }`**
359+
* `| `__`.`__[**`asFrame`**][org.jetbrains.kotlinx.dataframe.api.Update.asFrame]**` { `**[`dataFrameExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenDataFrame.DataFrameExpression.WithExample]**` }`**
360360
*
361361
*/
362362
interface Grammar
@@ -603,34 +603,34 @@ internal interface FillNA {
603603
*     
604604
*
605605
*
606-
* [fillNA][fillNA]**` { `**[columns][org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns]**` }`**
606+
* [fillNA][fillNA]**` { `**[`columns`][org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns]**` }`**
607607
*
608608
*     
609-
* `[ .`[**where**][org.jetbrains.kotlinx.dataframe.api.Update.where]**` { `**[rowValueCondition][org.jetbrains.kotlinx.dataframe.documentation.SelectingRows.RowValueCondition.WithExample]**` } `**`]`
609+
* `[ `__`.`__[**`where`**][org.jetbrains.kotlinx.dataframe.api.Update.where]**` { `**[`rowValueCondition`][org.jetbrains.kotlinx.dataframe.documentation.SelectingRows.RowValueCondition.WithExample]**` } `**`]`
610610
*
611611
*     
612-
* `[ .`[**at**][org.jetbrains.kotlinx.dataframe.api.Update.at]**`(`**[rowIndices][org.jetbrains.kotlinx.dataframe.api.CommonUpdateAtFunctionDoc.RowIndicesParam]**`)`**` ]`
612+
* `[ `__`.`__[**`at`**][org.jetbrains.kotlinx.dataframe.api.Update.at]**`(`**[`rowIndices`][org.jetbrains.kotlinx.dataframe.api.CommonUpdateAtFunctionDoc.RowIndicesParam]**`)`**` ]`
613613
*
614614
*     
615-
* `.`[**with**][org.jetbrains.kotlinx.dataframe.api.Update.with]**` { `**[rowExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
615+
* __`.`__[**`with`**][org.jetbrains.kotlinx.dataframe.api.Update.with]**` { `**[`rowExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
616616
*
617617
*     
618-
* `| .`[**notNull**][org.jetbrains.kotlinx.dataframe.api.Update.notNull]**` { `**[rowExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
618+
* `| `__`.`__[**`notNull`**][org.jetbrains.kotlinx.dataframe.api.Update.notNull]**` { `**[`rowExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample]**` }`**
619619
*
620620
*     
621-
* `| .`[**perCol**][org.jetbrains.kotlinx.dataframe.api.Update.perCol]**` { `**[colExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenColumn.ColumnExpression.WithExample]**` }`**
621+
* `| `__`.`__[**`perCol`**][org.jetbrains.kotlinx.dataframe.api.Update.perCol]**` { `**[`colExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenColumn.ColumnExpression.WithExample]**` }`**
622622
*
623623
*     
624-
* `| .`[**perRowCol**][org.jetbrains.kotlinx.dataframe.api.Update.perRowCol]**` { `**[rowColExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRowAndColumn.RowColumnExpression.WithExample]**` }`**
624+
* `| `__`.`__[**`perRowCol`**][org.jetbrains.kotlinx.dataframe.api.Update.perRowCol]**` { `**[`rowColExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRowAndColumn.RowColumnExpression.WithExample]**` }`**
625625
*
626626
*     
627-
* `| .`[**withNull**][org.jetbrains.kotlinx.dataframe.api.Update.withNull]**`()`**
627+
* `| `__`.`__[**`withNull`**][org.jetbrains.kotlinx.dataframe.api.Update.withNull]**`()`**
628628
*
629629
*     
630-
* `| .`[**withZero**][org.jetbrains.kotlinx.dataframe.api.Update.withZero]**`()`**
630+
* `| `__`.`__[**`withZero`**][org.jetbrains.kotlinx.dataframe.api.Update.withZero]**`()`**
631631
*
632632
*     
633-
* `| .`[**asFrame**][org.jetbrains.kotlinx.dataframe.api.Update.asFrame]**` { `**[dataFrameExpression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenDataFrame.DataFrameExpression.WithExample]**` }`**
633+
* `| `__`.`__[**`asFrame`**][org.jetbrains.kotlinx.dataframe.api.Update.asFrame]**` { `**[`dataFrameExpression`][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenDataFrame.DataFrameExpression.WithExample]**` }`**
634634
*
635635
*/
636636
interface Grammar

0 commit comments

Comments
 (0)