dokka
dokka copied to clipboard
integration test `it-android-0` doesn't generate HTML for `override fun onCreate(savedInstanceState: Bundle?)`
Describe the bug
When the it-android-0 integration test generates HTML it doesn't contain override fun onCreate(savedInstanceState: Bundle?)
.
Context
I discovered this discrepancy while refactoring how Dokkatoo handles Android projects https://github.com/adamko-dev/dokkatoo/pull/150. In the Dokkatoo PR the generated HTML contains the function (see the screenshots above), while the Dokka generated HTML does not.
I can't see any config that would suppress the function. Is it a bug? Or expected?
Expected behaviour
The generated HTML lists the overridden function
- Expected:
- Actual:
The generated HTML has a page for the function dokka/html/it-android-0/it.android/-integration-test-activity/on-create.html
- Expected:
- Actual: no page generated