You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a code sample inside the Module.md contains an annotation, like @ExperimentalTime this sample and all following content is missing.
Expected behaviour
Code sample containing the annotation
Screenshots
To Reproduce
# Module Dokka Gradle Example
This is an example of how you can write module documentation with Dokka.
## Testing Kotlin code
Sample 1/2
````kotlinfunsample1() {
}
Describe the bug
If a code sample inside the Module.md contains an annotation, like
@ExperimentalTime
this sample and all following content is missing.I checked out the sample code from https://github.com/Kotlin/kotlin-examples/tree/master/gradle/dokka/dokka-gradle-example/src/main/kotlin.
Expected behaviour
Code sample containing the annotation
Screenshots
To Reproduce
# Package demo This package contains a few examples of Dokka usage.
Dokka configuration
Configuration of dokka used to reproduce the bug
Installation
The text was updated successfully, but these errors were encountered: