Skip to content

Commit 9450590

Browse files
committed
fixed documentation notes based on review
1 parent b99f3f4 commit 9450590

33 files changed

+276
-276
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ val processKDocsMain by creatingProcessDocTask(
205205
ARG_DOC_PROCESSOR,
206206
COMMENT_DOC_PROCESSOR,
207207
SAMPLE_DOC_PROCESSOR,
208-
// REMOVE_ESCAPE_CHARS_PROCESSOR,
208+
// REMOVE_ESCAPE_CHARS_PROCESSOR, TODO enable when doc preprocessor hits 0.3.0
209209
)
210210

211211
arguments += ARG_DOC_PROCESSOR_LOG_NOT_FOUND to false

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public interface AllColumnsSelectionDsl {
310310
*
311311
* This makes the function equivalent to [cols()][ColumnsSelectionDsl.cols] without filter.
312312
*
313-
* This function only looks at columns at the top-level.
313+
* This function operates solely on columns at the top-level.
314314
*
315315
* NOTE: For [column groups][ColumnGroup], `all` is named `allCols` instead to avoid confusion.
316316
*
@@ -364,7 +364,7 @@ public interface AllColumnsSelectionDsl {
364364
*
365365
* This makes the function equivalent to [cols()][org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.cols] without filter.
366366
*
367-
* This function only looks at columns at the top-level.
367+
* This function operates solely on columns at the top-level.
368368
*
369369
* NOTE: For [column groups][org.jetbrains.kotlinx.dataframe.columns.ColumnGroup], `all` is named `allCols` instead to avoid confusion.
370370
*
@@ -420,7 +420,7 @@ public interface AllColumnsSelectionDsl {
420420
*
421421
* This makes the function equivalent to [cols()][org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.cols] without filter.
422422
*
423-
* This function only looks at columns at the top-level.
423+
* This function operates solely on columns at the top-level.
424424
*
425425
* NOTE: For [column groups][org.jetbrains.kotlinx.dataframe.columns.ColumnGroup], `all` is named `allCols` instead to avoid confusion.
426426
*
@@ -471,7 +471,7 @@ public interface AllColumnsSelectionDsl {
471471
*
472472
* This makes the function equivalent to [cols()][org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.cols] without filter.
473473
*
474-
* This function only looks at columns at the top-level.
474+
* This function operates solely on columns at the top-level.
475475
*
476476
* NOTE: For [column groups][org.jetbrains.kotlinx.dataframe.columns.ColumnGroup], `all` is named `allCols` instead to avoid confusion.
477477
*
@@ -522,7 +522,7 @@ public interface AllColumnsSelectionDsl {
522522
*
523523
* This makes the function equivalent to [cols()][org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.cols] without filter.
524524
*
525-
* This function only looks at columns at the top-level.
525+
* This function operates solely on columns at the top-level.
526526
*
527527
* NOTE: For [column groups][org.jetbrains.kotlinx.dataframe.columns.ColumnGroup], `all` is named `allCols` instead to avoid confusion.
528528
*
@@ -573,7 +573,7 @@ public interface AllColumnsSelectionDsl {
573573
*
574574
* This makes the function equivalent to [cols()][org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.cols] without filter.
575575
*
576-
* This function only looks at columns at the top-level.
576+
* This function operates solely on columns at the top-level.
577577
*
578578
* NOTE: For [column groups][org.jetbrains.kotlinx.dataframe.columns.ColumnGroup], `all` is named `allCols` instead to avoid confusion.
579579
*
@@ -624,7 +624,7 @@ public interface AllColumnsSelectionDsl {
624624
*
625625
* This makes the function equivalent to [cols()][org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.cols] without filter.
626626
*
627-
* This function only looks at columns at the top-level.
627+
* This function operates solely on columns at the top-level.
628628
*
629629
* NOTE: For [column groups][org.jetbrains.kotlinx.dataframe.columns.ColumnGroup], `all` is named `allCols` instead to avoid confusion.
630630
*

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public interface ColGroupsColumnsSelectionDsl {
118118
* You can optionally use a [filter\] to only include certain columns.
119119
* [colGroups] can be called using any of the supported [APIs][AccessApi] (+ [ColumnPath]).
120120
*
121-
* This function only looks at columns at the top-level.
121+
* This function operates solely on columns at the top-level.
122122
*
123123
* ### Check out: [Grammar]
124124
*
@@ -154,7 +154,7 @@ public interface ColGroupsColumnsSelectionDsl {
154154
* You can optionally use a [filter] to only include certain columns.
155155
* [colGroups][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.colGroups] can be called using any of the supported [APIs][org.jetbrains.kotlinx.dataframe.documentation.AccessApi] (+ [ColumnPath][org.jetbrains.kotlinx.dataframe.columns.ColumnPath]).
156156
*
157-
* This function only looks at columns at the top-level.
157+
* This function operates solely on columns at the top-level.
158158
*
159159
* ### Check out: [Grammar][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.Grammar]
160160
*
@@ -191,7 +191,7 @@ public interface ColGroupsColumnsSelectionDsl {
191191
* You can optionally use a [filter] to only include certain columns.
192192
* [colGroups][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.colGroups] can be called using any of the supported [APIs][org.jetbrains.kotlinx.dataframe.documentation.AccessApi] (+ [ColumnPath][org.jetbrains.kotlinx.dataframe.columns.ColumnPath]).
193193
*
194-
* This function only looks at columns at the top-level.
194+
* This function operates solely on columns at the top-level.
195195
*
196196
* ### Check out: [Grammar][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.Grammar]
197197
*
@@ -226,7 +226,7 @@ public interface ColGroupsColumnsSelectionDsl {
226226
* You can optionally use a [filter] to only include certain columns.
227227
* [colGroups][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.colGroups] can be called using any of the supported [APIs][org.jetbrains.kotlinx.dataframe.documentation.AccessApi] (+ [ColumnPath][org.jetbrains.kotlinx.dataframe.columns.ColumnPath]).
228228
*
229-
* This function only looks at columns at the top-level.
229+
* This function operates solely on columns at the top-level.
230230
*
231231
* ### Check out: [Grammar][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.Grammar]
232232
*
@@ -261,7 +261,7 @@ public interface ColGroupsColumnsSelectionDsl {
261261
* You can optionally use a [filter] to only include certain columns.
262262
* [colGroups][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.colGroups] can be called using any of the supported [APIs][org.jetbrains.kotlinx.dataframe.documentation.AccessApi] (+ [ColumnPath][org.jetbrains.kotlinx.dataframe.columns.ColumnPath]).
263263
*
264-
* This function only looks at columns at the top-level.
264+
* This function operates solely on columns at the top-level.
265265
*
266266
* ### Check out: [Grammar][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.Grammar]
267267
*
@@ -296,7 +296,7 @@ public interface ColGroupsColumnsSelectionDsl {
296296
* You can optionally use a [filter] to only include certain columns.
297297
* [colGroups][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.colGroups] can be called using any of the supported [APIs][org.jetbrains.kotlinx.dataframe.documentation.AccessApi] (+ [ColumnPath][org.jetbrains.kotlinx.dataframe.columns.ColumnPath]).
298298
*
299-
* This function only looks at columns at the top-level.
299+
* This function operates solely on columns at the top-level.
300300
*
301301
* ### Check out: [Grammar][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.Grammar]
302302
*
@@ -331,7 +331,7 @@ public interface ColGroupsColumnsSelectionDsl {
331331
* You can optionally use a [filter] to only include certain columns.
332332
* [colGroups][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.colGroups] can be called using any of the supported [APIs][org.jetbrains.kotlinx.dataframe.documentation.AccessApi] (+ [ColumnPath][org.jetbrains.kotlinx.dataframe.columns.ColumnPath]).
333333
*
334-
* This function only looks at columns at the top-level.
334+
* This function operates solely on columns at the top-level.
335335
*
336336
* ### Check out: [Grammar][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.Grammar]
337337
*

0 commit comments

Comments
 (0)