dokka icon indicating copy to clipboard operation
dokka copied to clipboard

integration test `it-android-0` doesn't generate HTML for `override fun onCreate(savedInstanceState: Bundle?)`

Open adam-enko opened this issue 1 year ago • 0 comments

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: image
  • Actual: image

The generated HTML has a page for the function dokka/html/it-android-0/it.android/-integration-test-activity/on-create.html

  • Expected: image
  • Actual: no page generated

adam-enko avatar Jan 26 '24 14:01 adam-enko