Skip to content

Commit 96663aa

Browse files
committed
more aggressive note
1 parent 621f1e4 commit 96663aa

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)