Skip to content

Commit 2dd7340

Browse files
Remove unresolvable KDoc links
1 parent 4b37c5d commit 2dd7340

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

context/src/main/kotlin/io/spine/tools/validation/ErrorPlaceholder.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,15 @@ package io.spine.tools.validation
3333
* Each validation option declares the supported placeholders. Take a look at
3434
* `options.proto` for examples.
3535
*
36-
* Important Note: we have the same [enum][io.spine.validation.RuntimeErrorPlaceholder]
36+
* ### Important Note
37+
*
38+
* we have the same items in this enum as in `io.spine.validation.RuntimeErrorPlaceholder`
3739
* in the runtime library, which is exactly as this one. Please keep them in sync.
3840
* This duplication is done intentionally to prevent clash between the runtime library,
3941
* which is added to the classpath of the Compiler and the runtime library, which is part
4042
* of the Compiler itself because it is a part of Spine. As we complete our migration
4143
* of validation to codegen, the runtime library will either be significantly simplified,
4244
* or even its content may be moved to `base`. Then, the duplicate enum should be removed.
43-
*
44-
* @see io.spine.validation.TemplateString
45-
* @see io.spine.validation.RuntimeErrorPlaceholder
4645
*/
4746
public enum class ErrorPlaceholder(public val value: String) {
4847

0 commit comments

Comments
 (0)