Skip to content

Commit eb8d1e4

Browse files
committed
Merge branch 'refs/heads/column-selector-docs' into column-selector-docs3
2 parents ed4a17e + 96663aa commit eb8d1e4

File tree

2 files changed

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

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ internal interface QuadrupleIndent
4343
* Any `Documentable` annotated with this annotation will be excluded from the generated sources by
4444
* the documentation processor.
4545
*
46-
* Do not rename!
46+
* **NOTE: DO NOT RENAME!**
4747
*/
4848
@Target(
4949
CLASS, ANNOTATION_CLASS, PROPERTY, FIELD, LOCAL_VARIABLE, VALUE_PARAMETER,
@@ -58,7 +58,7 @@ internal annotation class ExcludeFromSources
5858
* You can use @exportAsHtmlStart and @exportAsHtmlEnd to specify a range of the doc to
5959
* export to HTML.
6060
*
61-
* Do not rename!
61+
* **NOTE: DO NOT RENAME!**
6262
*
6363
* @param theme Whether to include a simple theme in the HTML file. Default is `true`.
6464
* @param stripReferences Whether to strip `[references]` from the HTML file. Default is `true`.

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/utils.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ internal interface QuadrupleIndent
4343
* Any `Documentable` annotated with this annotation will be excluded from the generated sources by
4444
* the documentation processor.
4545
*
46-
* Do not rename!
46+
* **NOTE: DO NOT RENAME!**
4747
*/
4848
@Target(
4949
CLASS, ANNOTATION_CLASS, PROPERTY, FIELD, LOCAL_VARIABLE, VALUE_PARAMETER,
@@ -58,7 +58,7 @@ internal annotation class ExcludeFromSources
5858
* You can use @exportAsHtmlStart and @exportAsHtmlEnd to specify a range of the doc to
5959
* export to HTML.
6060
*
61-
* Do not rename!
61+
* **NOTE: DO NOT RENAME!**
6262
*
6363
* @param theme Whether to include a simple theme in the HTML file. Default is `true`.
6464
* @param stripReferences Whether to strip `[references]` from the HTML file. Default is `true`.

0 commit comments

Comments
 (0)