Skip to content

Commit

Permalink
Add more details to SampleSnippet's KDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Oct 31, 2023
1 parent bf38991 commit 147b928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package org.jetbrains.dokka.analysis.kotlin.sample

/**
* Represents a sample code snippet of a Kotlin function. The snippet includes both file
* import statements and the sample function body.
* import directives (all, even unused) and the sample function body.
*
* @property imports list of import statement values, without the `import` prefix.
* Contains no blank lines. Example of a single value: `com.example.pckg.MyClass.function`.
Expand Down

0 comments on commit 147b928

Please sign in to comment.