[IR] Don't use @sample in generated kdocs
`@sample` is used for showing usage examples, not the generation template. IDEA shows the body of the method referenced in `@sample` in the class's kdoc, which pollutes the docs with irrelevant code.
This commit is contained in:
committed by
Space Team
parent
f96ff6d52d
commit
ba5ff7967c
@@ -6,4 +6,4 @@ The generator is run on every build. If you change something in the model or in
|
||||
|
||||
The model is declared in [IrTree.kt](src/org/jetbrains/kotlin/ir/generator/IrTree.kt).
|
||||
|
||||
You can navigate to the model from a generated `Ir*` class by following the `@sample` link in its kdoc.
|
||||
You can navigate to the model from a generated `Ir*` class by following the `Generated from` link in its kdoc.
|
||||
|
||||
Reference in New Issue
Block a user