-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e75646f
commit bd3a60b
Showing
3,398 changed files
with
42,703 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
kdocs/-kores/com.koresframework.kores.annotation/-spec/-spec.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../index.md)/[com.koresframework.kores.annotation](../index.md)/[Spec](index.md)/[Spec](-spec.md) | ||
|
||
# Spec | ||
|
||
[jvm]\ | ||
fun [Spec](-spec.md)() |
14 changes: 14 additions & 0 deletions
14
kdocs/-kores/com.koresframework.kores.annotation/-spec/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//[Kores](../../../index.md)/[com.koresframework.kores.annotation](../index.md)/[Spec](index.md) | ||
|
||
# Spec | ||
|
||
[jvm]\ | ||
annotation class [Spec](index.md) | ||
|
||
Types annotated with this annotation must never be added directly to [Instructions](../../com.koresframework.kores/-instructions/index.md) collection. | ||
|
||
## Constructors | ||
|
||
| | | | ||
|---|---| | ||
| [Spec](-spec.md) | [jvm]<br>fun [Spec](-spec.md)() | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
//[Kores](../../index.md)/[com.koresframework.kores.annotation](index.md) | ||
|
||
# Package com.koresframework.kores.annotation | ||
|
||
## Types | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [Spec](-spec/index.md) | [jvm]<br>annotation class [Spec](-spec/index.md)<br>Types annotated with this annotation must never be added directly to [Instructions](../com.koresframework.kores/-instructions/index.md) collection. | |
8 changes: 8 additions & 0 deletions
8
kdocs/-kores/com.koresframework.kores.base.comment/-code/-builder/-builder.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[Builder](index.md)/[Builder](-builder.md) | ||
|
||
# Builder | ||
|
||
[jvm]\ | ||
fun [Builder](-builder.md)(defaults: [Code](../index.md)) | ||
|
||
fun [Builder](-builder.md)() |
13 changes: 13 additions & 0 deletions
13
...ores/com.koresframework.kores.base.comment/-code/-builder/-companion/builder.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[Builder](../index.md)/[Companion](index.md)/[builder](builder.md) | ||
|
||
# builder | ||
|
||
[jvm]\ | ||
|
||
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() | ||
|
||
fun [builder](builder.md)(): [Code.Builder](../index.md) | ||
|
||
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() | ||
|
||
fun [builder](builder.md)(defaults: [Code](../../index.md)): [Code.Builder](../index.md) |
12 changes: 12 additions & 0 deletions
12
...-kores/com.koresframework.kores.base.comment/-code/-builder/-companion/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[Builder](../index.md)/[Companion](index.md) | ||
|
||
# Companion | ||
|
||
[jvm]\ | ||
object [Companion](index.md) | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [builder](builder.md) | [jvm]<br>@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()<br>fun [builder](builder.md)(): [Code.Builder](../index.md)<br>@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()<br>fun [builder](builder.md)(defaults: [Code](../../index.md)): [Code.Builder](../index.md) | |
12 changes: 12 additions & 0 deletions
12
kdocs/-kores/com.koresframework.kores.base.comment/-code/-builder/build.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[Builder](index.md)/[build](build.md) | ||
|
||
# build | ||
|
||
[jvm]\ | ||
open override fun [build](build.md)(): [Code](../index.md) | ||
|
||
Build the object of type T. | ||
|
||
#### Return | ||
|
||
Instance of object of type T. |
11 changes: 11 additions & 0 deletions
11
kdocs/-kores/com.koresframework.kores.base.comment/-code/-builder/code.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[Builder](index.md)/[code](code.md) | ||
|
||
# code | ||
|
||
[jvm]\ | ||
fun [code](code.md)(value: [Code.CodeNode](../-code-node/index.md)): [Code.Builder](index.md) | ||
|
||
See [Code.code](../code.md) | ||
|
||
[jvm]\ | ||
lateinit var [code](code.md): [Code.CodeNode](../-code-node/index.md) |
31 changes: 31 additions & 0 deletions
31
kdocs/-kores/com.koresframework.kores.base.comment/-code/-builder/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[Builder](index.md) | ||
|
||
# Builder | ||
|
||
[jvm]\ | ||
class [Builder](index.md) : [Builder](../../../com.koresframework.kores.builder/-builder/index.md)<[Code](../index.md), [Code.Builder](index.md)> | ||
|
||
## Constructors | ||
|
||
| | | | ||
|---|---| | ||
| [Builder](-builder.md) | [jvm]<br>fun [Builder](-builder.md)(defaults: [Code](../index.md)) | | ||
|
||
## Types | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [Companion](-companion/index.md) | [jvm]<br>object [Companion](-companion/index.md) | | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [build](build.md) | [jvm]<br>open override fun [build](build.md)(): [Code](../index.md)<br>Build the object of type T. | | ||
| [code](code.md) | [jvm]<br>fun [code](code.md)(value: [Code.CodeNode](../-code-node/index.md)): [Code.Builder](index.md)<br>See [Code.code](../code.md) | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [code](code.md) | [jvm]<br>lateinit var [code](code.md): [Code.CodeNode](../-code-node/index.md) | |
14 changes: 14 additions & 0 deletions
14
...ores.base.comment/-code/-code-node/-code-representation/-code-representation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[CodeRepresentation](index.md)/[CodeRepresentation](-code-representation.md) | ||
|
||
# CodeRepresentation | ||
|
||
[jvm]\ | ||
fun [CodeRepresentation](-code-representation.md)(representation: [KoresPart](../../../../com.koresframework.kores/-kores-part/index.md)) | ||
|
||
## Parameters | ||
|
||
jvm | ||
|
||
| | | | ||
|---|---| | ||
| representation | Code representation. | |
28 changes: 28 additions & 0 deletions
28
...oresframework.kores.base.comment/-code/-code-node/-code-representation/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[CodeRepresentation](index.md) | ||
|
||
# CodeRepresentation | ||
|
||
[jvm]\ | ||
data class [CodeRepresentation](index.md)(**representation**: [KoresPart](../../../../com.koresframework.kores/-kores-part/index.md)) : [Code.CodeNode](../index.md) | ||
|
||
Kores code representation (let generator generate the code). | ||
|
||
## Parameters | ||
|
||
jvm | ||
|
||
| | | | ||
|---|---| | ||
| representation | Code representation. | | ||
|
||
## Constructors | ||
|
||
| | | | ||
|---|---| | ||
| [CodeRepresentation](-code-representation.md) | [jvm]<br>fun [CodeRepresentation](-code-representation.md)(representation: [KoresPart](../../../../com.koresframework.kores/-kores-part/index.md))<br>Code representation. | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [representation](representation.md) | [jvm]<br>val [representation](representation.md): [KoresPart](../../../../com.koresframework.kores/-kores-part/index.md)<br>Code representation. | |
14 changes: 14 additions & 0 deletions
14
...work.kores.base.comment/-code/-code-node/-code-representation/representation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[CodeRepresentation](index.md)/[representation](representation.md) | ||
|
||
# representation | ||
|
||
[jvm]\ | ||
val [representation](representation.md): [KoresPart](../../../../com.koresframework.kores/-kores-part/index.md) | ||
|
||
## Parameters | ||
|
||
jvm | ||
|
||
| | | | ||
|---|---| | ||
| representation | Code representation. | |
14 changes: 14 additions & 0 deletions
14
.../-kores/com.koresframework.kores.base.comment/-code/-code-node/-plain/-plain.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[Plain](index.md)/[Plain](-plain.md) | ||
|
||
# Plain | ||
|
||
[jvm]\ | ||
fun [Plain](-plain.md)(plain: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | ||
|
||
## Parameters | ||
|
||
jvm | ||
|
||
| | | | ||
|---|---| | ||
| plain | Code string, | |
28 changes: 28 additions & 0 deletions
28
...s/-kores/com.koresframework.kores.base.comment/-code/-code-node/-plain/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[Plain](index.md) | ||
|
||
# Plain | ||
|
||
[jvm]\ | ||
data class [Plain](index.md)(**plain**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Code.CodeNode](../index.md) | ||
|
||
Plain code | ||
|
||
## Parameters | ||
|
||
jvm | ||
|
||
| | | | ||
|---|---| | ||
| plain | Code string, | | ||
|
||
## Constructors | ||
|
||
| | | | ||
|---|---| | ||
| [Plain](-plain.md) | [jvm]<br>fun [Plain](-plain.md)(plain: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))<br>Code string, | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [plain](plain.md) | [jvm]<br>val [plain](plain.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)<br>Code string, | |
14 changes: 14 additions & 0 deletions
14
...s/-kores/com.koresframework.kores.base.comment/-code/-code-node/-plain/plain.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[Plain](index.md)/[plain](plain.md) | ||
|
||
# plain | ||
|
||
[jvm]\ | ||
val [plain](plain.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | ||
|
||
## Parameters | ||
|
||
jvm | ||
|
||
| | | | ||
|---|---| | ||
| plain | Code string, | |
22 changes: 22 additions & 0 deletions
22
kdocs/-kores/com.koresframework.kores.base.comment/-code/-code-node/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[CodeNode](index.md) | ||
|
||
# CodeNode | ||
|
||
[jvm]\ | ||
interface [CodeNode](index.md) | ||
|
||
Node of the code. | ||
|
||
## Types | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [CodeRepresentation](-code-representation/index.md) | [jvm]<br>data class [CodeRepresentation](-code-representation/index.md)(**representation**: [KoresPart](../../../com.koresframework.kores/-kores-part/index.md)) : [Code.CodeNode](index.md)<br>Kores code representation (let generator generate the code). | | ||
| [Plain](-plain/index.md) | [jvm]<br>data class [Plain](-plain/index.md)(**plain**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Code.CodeNode](index.md)<br>Plain code | | ||
|
||
## Inheritors | ||
|
||
| Name | | ||
|---| | ||
| [Code.CodeNode](-plain/index.md) | | ||
| [Code.CodeNode](-code-representation/index.md) | |
6 changes: 6 additions & 0 deletions
6
kdocs/-kores/com.koresframework.kores.base.comment/-code/-code.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../index.md)/[com.koresframework.kores.base.comment](../index.md)/[Code](index.md)/[Code](-code.md) | ||
|
||
# Code | ||
|
||
[jvm]\ | ||
fun [Code](-code.md)(code: [Code.CodeNode](-code-node/index.md)) |
8 changes: 8 additions & 0 deletions
8
kdocs/-kores/com.koresframework.kores.base.comment/-code/builder.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//[Kores](../../../index.md)/[com.koresframework.kores.base.comment](../index.md)/[Code](index.md)/[builder](builder.md) | ||
|
||
# builder | ||
|
||
[jvm]\ | ||
open override fun [builder](builder.md)(): [Code.Builder](-builder/index.md) | ||
|
||
This builder may or may not accept null values, it depends on implementation. |
6 changes: 6 additions & 0 deletions
6
kdocs/-kores/com.koresframework.kores.base.comment/-code/code.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../index.md)/[com.koresframework.kores.base.comment](../index.md)/[Code](index.md)/[code](code.md) | ||
|
||
# code | ||
|
||
[jvm]\ | ||
val [code](code.md): [Code.CodeNode](-code-node/index.md) |
33 changes: 33 additions & 0 deletions
33
kdocs/-kores/com.koresframework.kores.base.comment/-code/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
//[Kores](../../../index.md)/[com.koresframework.kores.base.comment](../index.md)/[Code](index.md) | ||
|
||
# Code | ||
|
||
[jvm]\ | ||
data class [Code](index.md)(**code**: [Code.CodeNode](-code-node/index.md)) : [Comment](../-comment/index.md) | ||
|
||
Code comment | ||
|
||
## Constructors | ||
|
||
| | | | ||
|---|---| | ||
| [Code](-code.md) | [jvm]<br>fun [Code](-code.md)(code: [Code.CodeNode](-code-node/index.md)) | | ||
|
||
## Types | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [Builder](-builder/index.md) | [jvm]<br>class [Builder](-builder/index.md) : [Builder](../../com.koresframework.kores.builder/-builder/index.md)<[Code](index.md), [Code.Builder](-builder/index.md)> | | ||
| [CodeNode](-code-node/index.md) | [jvm]<br>interface [CodeNode](-code-node/index.md)<br>Node of the code. | | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [builder](builder.md) | [jvm]<br>open override fun [builder](builder.md)(): [Code.Builder](-builder/index.md)<br>This builder may or may not accept null values, it depends on implementation. | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [code](code.md) | [jvm]<br>val [code](code.md): [Code.CodeNode](-code-node/index.md)<br>Code Node | |
8 changes: 8 additions & 0 deletions
8
...ores/com.koresframework.kores.base.comment/-comment-holder/-builder/comments.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[CommentHolder](../index.md)/[Builder](index.md)/[comments](comments.md) | ||
|
||
# comments | ||
|
||
[jvm]\ | ||
abstract fun [comments](comments.md)(value: [Comments](../../-comments/index.md)): [S](index.md) | ||
|
||
See [CommentHolder.comments](../comments.md) |
22 changes: 22 additions & 0 deletions
22
.../-kores/com.koresframework.kores.base.comment/-comment-holder/-builder/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[CommentHolder](../index.md)/[Builder](index.md) | ||
|
||
# Builder | ||
|
||
[jvm]\ | ||
interface [Builder](index.md)<out [T](index.md) : [CommentHolder](../index.md), [S](index.md) : [CommentHolder.Builder](index.md)<[T](index.md), [S](index.md)>> : [Builder](../../../com.koresframework.kores.builder/-builder/index.md)<[T](index.md), [S](index.md)> | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [build](../../../com.koresframework.kores.builder/-builder/build.md) | [jvm]<br>abstract fun [build](../../../com.koresframework.kores.builder/-builder/build.md)(): [T](index.md)<br>Build the object of type [T](../../../com.koresframework.kores.builder/-builder/index.md). | | ||
| [comments](comments.md) | [jvm]<br>abstract fun [comments](comments.md)(value: [Comments](../../-comments/index.md)): [S](index.md)<br>See [CommentHolder.comments](../comments.md) | | ||
|
||
## Inheritors | ||
|
||
| Name | | ||
|---| | ||
| [AnnotationProperty](../../../com.koresframework.kores.base/-annotation-property/-builder/index.md) | | ||
| [FieldDeclaration](../../../com.koresframework.kores.base/-field-declaration/-builder/index.md) | | ||
| [MethodDeclarationBase](../../../com.koresframework.kores.base/-method-declaration-base/-builder/index.md) | | ||
| [TypeDeclaration](../../../com.koresframework.kores.base/-type-declaration/-builder/index.md) | |
8 changes: 8 additions & 0 deletions
8
kdocs/-kores/com.koresframework.kores.base.comment/-comment-holder/comments.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//[Kores](../../../index.md)/[com.koresframework.kores.base.comment](../index.md)/[CommentHolder](index.md)/[comments](comments.md) | ||
|
||
# comments | ||
|
||
[jvm]\ | ||
abstract val [comments](comments.md): [Comments](../-comments/index.md) | ||
|
||
All comments of this element. |
35 changes: 35 additions & 0 deletions
35
kdocs/-kores/com.koresframework.kores.base.comment/-comment-holder/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
//[Kores](../../../index.md)/[com.koresframework.kores.base.comment](../index.md)/[CommentHolder](index.md) | ||
|
||
# CommentHolder | ||
|
||
[jvm]\ | ||
interface [CommentHolder](index.md) : [KoresPart](../../com.koresframework.kores/-kores-part/index.md) | ||
|
||
Hold comments and documentation. | ||
|
||
## Types | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [Builder](-builder/index.md) | [jvm]<br>interface [Builder](-builder/index.md)<out [T](-builder/index.md) : [CommentHolder](index.md), [S](-builder/index.md) : [CommentHolder.Builder](-builder/index.md)<[T](-builder/index.md), [S](-builder/index.md)>> : [Builder](../../com.koresframework.kores.builder/-builder/index.md)<[T](-builder/index.md), [S](-builder/index.md)> | | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [builder](../../com.koresframework.kores/-kores-part/builder.md) | [jvm]<br>open fun [builder](../../com.koresframework.kores/-kores-part/builder.md)(): [Builder](../../com.koresframework.kores.builder/-builder/index.md)<[KoresPart](../../com.koresframework.kores/-kores-part/index.md), *><br>This builder may or may not accept null values, it depends on implementation. | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [comments](comments.md) | [jvm]<br>abstract val [comments](comments.md): [Comments](../-comments/index.md)<br>All comments of this element. | | ||
|
||
## Inheritors | ||
|
||
| Name | | ||
|---| | ||
| [AnnotationProperty](../../com.koresframework.kores.base/-annotation-property/index.md) | | ||
| [FieldDeclaration](../../com.koresframework.kores.base/-field-declaration/index.md) | | ||
| [MethodDeclarationBase](../../com.koresframework.kores.base/-method-declaration-base/index.md) | | ||
| [TypeDeclaration](../../com.koresframework.kores.base/-type-declaration/index.md) | |
Oops, something went wrong.