Kotlin / dokka

API documentation engine for Kotlin
https://kotl.in/dokka
Apache License 2.0
3.45k stars 412 forks source link

Some constant values are not rendered #3824

Open ilya-g opened 2 months ago

ilya-g commented 2 months ago

Describe the bug https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-byte/-companion/ MIN_VALUE constant value is not rendered whereas other constants are.

Expected behavior constant values are rendered consistently, or at least there's a clear criteria when a constant value can or can't be rendered.

Screenshots image

Installation