core
/
org.jetbrains.dokka.validity
/
PreGenerationCheckerOutput
Pre
Generation
Checker
Output
data class
PreGenerationCheckerOutput
(result:
Boolean
, messages:
List
<
String
>)
Content copied to clipboard
Functions
Properties
Functions
plus
Link copied to clipboard
operator fun
plus
(pair:
Pair
<
Boolean
,
List
<
String
>>):
Pair
<
Boolean
,
List
<
String
>>
Content copied to clipboard
Properties
messages
Link copied to clipboard
val
messages
:
List
<
String
>
Content copied to clipboard
result
Link copied to clipboard
val
result
:
Boolean
Content copied to clipboard